Skip to content

Commit 82b33ac

Browse files
authored
Merge pull request #948 from tfendin/git-ignore-core-excludesFile
2 parents 2370a4e + 6b0ef19 commit 82b33ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-ignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function show_contents {
1212
}
1313

1414
function global_ignore() {
15-
git config --global core.excludesile || \
15+
git config --global core.excludesFile || \
1616
([ -n "$XDG_CONFIG_HOME" ] && echo "$XDG_CONFIG_HOME/git/ignore") || \
1717
echo "$HOME/.config/git/ignore"
1818
}

0 commit comments

Comments
 (0)