using multi-file and better named method
[feisty_meow.git] / scripts / rev_control / version_control.sh
index b96bcb3431fe55aa4f7bb478bc85e3300a08cd6b..355fd5e3352ea7a60a774c5f767d43deb2bd5d75 100644 (file)
@@ -129,7 +129,7 @@ function do_checkin()
       fi
 
       # a new set of steps we have to take to make sure the branch integrity is good.
-      do_careful_git_update "$(\pwd)"
+      puff_out_list "$(\pwd)"
 
       # we continue on to the push, even if there were no changes this time, because
       # there could already be committed changes that haven't been pushed yet.