Skip to content

Commit

Permalink
Update message for if no files are modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
qw3rtman committed Oct 15, 2015
1 parent 2ad16f9 commit a032e70
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bin/gg
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,9 @@ status() {
success "$file\n"
done
else
printf "\e[2m no files modified\e22m"
echo

printf "\e[2mno files modified\e[22m\n"
fi
}

Expand Down Expand Up @@ -731,7 +733,9 @@ info() {
success "$file\n"
done
else
printf "\e[2m no files modified\e22m"
echo
printf "\e[2mno files modified\e[22m\n"
fi
echo
Expand Down

0 comments on commit a032e70

Please sign in to comment.