bootstrap.sh: Fix naming origin (#742)

In line 386, origin is named "upstream", but in line 408 it was called "origin".
This commit is contained in:
Christian Stadelmann 2016-11-04 19:46:38 +01:00 committed by Jeremy Soller
parent d6d8b36d8e
commit 03f989b2c2

View file

@ -405,7 +405,7 @@ boot()
if [ "$1" == "-h" ]; then
usage
elif [ "$1" == "-u" ]; then
git pull origin master
git pull upstream master
git submodule update --recursive --init
rustup update nightly
exit