From 9a99a7a46834665ebf5cab081fa7fe3cc2a8aa11 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 10 Nov 2017 13:02:20 -0500 Subject: [PATCH] fixed diagnostic message --- scripts/rev_control/version_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 99e6d4cf..c87eee51 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -302,7 +302,7 @@ test_or_continue "branch state check" # now pull down any changes in our own origin in the repo, to stay in synch # with any changes from others. git pull --no-ff --all - test_or_die "git fetch origin" + test_or_die "git pulling all upstream" echo The rest of pull is not being done yet. -- 2.34.1