Bump js-precompiled to 20161018-161705 (#2698)

* Global fetch before specific sha fetch

* Update to js-precompiled 20161018-161705
This commit is contained in:
Jaco Greeff
2016-10-19 11:03:08 +02:00
committed by Gav Wood
parent b359e09bb6
commit 6aed6a45d3
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ if [ -z "$1" ]; then
exit 1
fi
git fetch
git fetch origin $1
git merge $1 -X theirs