Skip to content

Commit 11fff8f

Browse files
committed
chore(build): fix fetching for code.angularjs.org
1 parent da8ab2f commit 11fff8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/jenkins/master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd `dirname $0`/../..
88

99
# Update code.angularjs.org
1010
VERSION=`cat build/version.txt`
11-
curl http://code.angularjs.org/fetchLatestSnapshot.php?ver=$VERSION
11+
curl -G --data-urlencode 'ver=$VERSION' http://code.angularjs.org/fetchLatestSnapshot.php
1212

1313
# Push to bower
1414
./scripts/bower/publish.sh

0 commit comments

Comments
 (0)