diff --git a/scripts/bgit b/scripts/bgit index 0ffa0bc5..8642b37b 100755 --- a/scripts/bgit +++ b/scripts/bgit @@ -137,7 +137,7 @@ function bgit() { for ((i = 0; i < numrepos; i++)) ; do git push --force ${remotearray[i]} > /dev/null 2>&1; done - echo "${txtblue}bgit script has completed! goodbye!${txtwhite}" + echo "${txtblue} bgit script has completed! goodbye!${txtwhite}" exit 0 elif [[ $change == "n" || $change == "no" ]] ; then