Skip to content

Commit

Permalink
setup-development-environment.bash: Message grammar fixes
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-Ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed May 8, 2018
1 parent 7e1b732 commit bc37598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-development-environment.bash
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ init(){
git config include.path ../.gitconfig\
&& printf "done\n"

printf "Activate Git smudge filter...\n"
printf "Activating Git smudge filter...\n"
# git - How do I programmatically determine if there are uncommitted changes? - Stack Overflow
# https://stackoverflow.com/questions/3878624/how-do-i-programmatically-determine-if-there-are-uncommitted-changes
# DOC: git-diff-index(1) manpage: OPTIONS: --quiet, --exit-code
Expand Down

0 comments on commit bc37598

Please sign in to comment.