Răsfoiți Sursa

pull manifests from master

abhishek9686 8 luni în urmă
părinte
comite
d47be71f33
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      scripts/nm-quick.sh

+ 1 - 2
scripts/nm-quick.sh

@@ -617,8 +617,7 @@ install_netmaker() {
 
 	echo "Pulling config files..."
 
-	
-	local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/$BUILD_TAG"
+	local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/master"
 	local COMPOSE_URL="$BASE_URL/compose/docker-compose.yml"
 	local CADDY_URL="$BASE_URL/docker/Caddyfile"
 	if [ "$INSTALL_TYPE" = "pro" ]; then