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
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
if [ -z "$@" ]
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
ls -d "$@" >> "$(git rev-parse --show-toplevel)/.git/info/exclude"
fi