From 11991866529dc6c7274f2c7a35b267cdc7ebf06a Mon Sep 17 00:00:00 2001 From: wooorm Date: Fri, 23 Jan 2015 11:58:38 +0100 Subject: [PATCH] Fix typo in in `git ignore` message --- bin/git-ignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-ignore b/bin/git-ignore index 434e857..6182093 100755 --- a/bin/git-ignore +++ b/bin/git-ignore @@ -4,7 +4,7 @@ function show_contents { if [ -f "$2" ]; then echo "$1 gitignore: $2" && cat "$2" else - echo "There is not $1 .gitignore yet" + echo "There is no $1 .gitignore yet" fi }