We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8ab2f commit 11fff8fCopy full SHA for 11fff8f
1 file changed
scripts/jenkins/master.sh
@@ -8,7 +8,7 @@ cd `dirname $0`/../..
8
9
# Update code.angularjs.org
10
VERSION=`cat build/version.txt`
11
-curl http://code.angularjs.org/fetchLatestSnapshot.php?ver=$VERSION
+curl -G --data-urlencode 'ver=$VERSION' http://code.angularjs.org/fetchLatestSnapshot.php
12
13
# Push to bower
14
./scripts/bower/publish.sh
0 commit comments