From 03f989b2c2b3c7d355c4c2c80c0d5721890f8664 Mon Sep 17 00:00:00 2001 From: Christian Stadelmann Date: Fri, 4 Nov 2016 19:46:38 +0100 Subject: [PATCH] bootstrap.sh: Fix naming origin (#742) In line 386, origin is named "upstream", but in line 408 it was called "origin". --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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