aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnode/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/build b/node/build
index bfe8bb5..6dee141 100755
--- a/node/build
+++ b/node/build
@@ -46,7 +46,7 @@ EOF
}
function update-repo-tool () {
- curl ${REPO_TOOL_URL} > /tmp/repo
+ curl --location ${REPO_TOOL_URL} > /tmp/repo
chmod a+x /tmp/repo
mv /tmp/repo /usr/local/bin/repo
}