fixed diagnostic message
[feisty_meow.git] / scripts / rev_control / version_control.sh
index 99e6d4cf93152dd4db3e32ec7fa6994ce24a27a9..c87eee51b5442e46057271f4f1d7a97aa7f4594e 100644 (file)
@@ -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.