diff --git a/giti b/giti index efb3312..5af8dcd 100755 --- a/giti +++ b/giti @@ -67,7 +67,7 @@ else git_status_text="push required" elif [[ $git_status =~ "nothing to commit" ]]; then git_status_color="$COLOR_DARKGREEN" - git_status_text="clea " + git_status_text="clean " else git_status_color="$COLOR_OCHRE" git_status_text="unknown "