mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(build): fix fetching for code.angularjs.org
This commit is contained in:
parent
da8ab2f928
commit
11fff8fa0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue