chore(build): fix fetching for code.angularjs.org

This commit is contained in:
Tobias Bosch 2013-12-13 14:36:24 -08:00
parent da8ab2f928
commit 11fff8fa0d

View file

@ -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