diff --git a/functions b/functions index a8717f3..c178348 100644 --- a/functions +++ b/functions @@ -17,7 +17,7 @@ udot() { echo -e "$info" echo -e "" - if [ -n "$status" ]; then + if [ -z "$status" ]; then echo -e "Local changes:" echo -e "$gstatus" echo -e ""