about summary refs log tree commit diff
path: root/third_party/git/templates/hooks--pre-commit.sample
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/templates/hooks--pre-commit.sample')
-rwxr-xr-xthird_party/git/templates/hooks--pre-commit.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/templates/hooks--pre-commit.sample b/third_party/git/templates/hooks--pre-commit.sample
index e144712c85..6a75641638 100755
--- a/third_party/git/templates/hooks--pre-commit.sample
+++ b/third_party/git/templates/hooks--pre-commit.sample
@@ -16,7 +16,7 @@ else
 fi
 
 # If you want to allow non-ASCII filenames set this variable to true.
-allownonascii=$(git config --type=bool hooks.allownonascii)
+allownonascii=$(git config --bool hooks.allownonascii)
 
 # Redirect output to stderr.
 exec 1>&2