Skip to content

Commit 6c950e8

Browse files
authored
Update Node.js download URL to HTTPS (#4119)
1 parent 923bfcc commit 6c950e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-support/build-ambari.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ REPO_NAME=contrib/views/node.js/target
3030
rm -rf $REPO_NAME
3131
mkdir -p $REPO_NAME.tmp
3232
pushd $REPO_NAME.tmp
33-
curl --retry 3 --retry-delay 5 -k http://nodejs.org/dist/v4.5.0/node-v4.5.0-linux-x64.tar.gz | tar xzvf -
33+
curl --retry 3 --retry-delay 5 -k https://nodejs.org/dist/v4.5.0/node-v4.5.0-linux-x64.tar.gz | tar xzvf -
3434
mv node-v4.5.0-linux-x64/* .
3535
rmdir node-v4.5.0-linux-x64
3636
popd

0 commit comments

Comments
 (0)