aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTobias Bosch2013-12-13 14:36:24 -0800
committerTobias Bosch2013-12-13 14:36:24 -0800
commit11fff8fa0d370e2f20284510ad0e52cdf3bcb2a3 (patch)
tree2d5d1af949af8dd152a454d010e6a9148e9764a3 /scripts
parentda8ab2f928c8bf60f29c43ff4c9189518b24e7ef (diff)
downloadangular.js-11fff8fa0d370e2f20284510ad0e52cdf3bcb2a3.tar.bz2
chore(build): fix fetching for code.angularjs.org
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jenkins/master.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/jenkins/master.sh b/scripts/jenkins/master.sh
index 1e32ead2..38c21b97 100755
--- a/scripts/jenkins/master.sh
+++ b/scripts/jenkins/master.sh
@@ -8,7 +8,7 @@ cd `dirname $0`/../..
# Update code.angularjs.org
VERSION=`cat build/version.txt`
-curl http://code.angularjs.org/fetchLatestSnapshot.php?ver=$VERSION
+curl -G --data-urlencode 'ver=$VERSION' http://code.angularjs.org/fetchLatestSnapshot.php
# Push to bower
./scripts/bower/publish.sh \ No newline at end of file