From: Chris Koeritz Date: Fri, 10 Nov 2017 18:02:20 +0000 (-0500) Subject: fixed diagnostic message X-Git-Tag: 2.140.91^2~15 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=9a99a7a46834665ebf5cab081fa7fe3cc2a8aa11 fixed diagnostic message --- 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.