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:
parent
d6d8b36d8e
commit
03f989b2c2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue