Fix typo in in git ignore message

This commit is contained in:
wooorm 2015-01-23 11:58:38 +01:00
parent e738f760ae
commit 1199186652

View file

@ -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
}