Browse Source

Merge pull request #3292 from gravitl/NET-1784-script

pull manifests from master
Abhishek K 8 tháng trước cách đây
mục cha
commit
26300dc9ed
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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