Fix weird typo in git ignore command
This commit is contained in:
parent
ac78027378
commit
b0f52854e0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
if [ -z "$@" ]
|
if [ -z "$@" ]
|
||||||
then
|
then
|
||||||
!$(git config --get core.editor) $(git rev-parse --show-toplevel)/.git/info/exclude
|
$(git config --get core.editor) $(git rev-parse --show-toplevel)/.git/info/exclude
|
||||||
else
|
else
|
||||||
ls -d "$@" >> "$(git rev-parse --show-toplevel)/.git/info/exclude"
|
ls -d "$@" >> "$(git rev-parse --show-toplevel)/.git/info/exclude"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue