mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fix typo in in git ignore message
This commit is contained in:
parent
e738f760ae
commit
1199186652
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue