Skip to content

Commit

Permalink
Add message if no files modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
qw3rtman committed Oct 15, 2015
1 parent 37b309c commit 2ad16f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/gg
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,8 @@ status() {
printf "\e[2m |- \e[22m"
success "$file\n"
done
else
printf "\e[2m no files modified\e22m"
fi
}

Expand Down Expand Up @@ -728,6 +730,8 @@ info() {
printf "\e[2m |- \e[22m"
success "$file\n"
done
else
printf "\e[2m no files modified\e22m"
fi
echo
Expand Down

0 comments on commit 2ad16f9

Please sign in to comment.