diff --git a/bootstrap.sh b/bootstrap.sh index 9d6026d..5782775 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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