Fix weird typo in git ignore command

This commit is contained in:
Talia 2023-01-31 16:59:13 +01:00
parent ac78027378
commit b0f52854e0

View file

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