diff --git a/misc/hooks/pre-commit-gdformat b/misc/hooks/pre-commit-gdformat index 64383e0..b509626 100755 --- a/misc/hooks/pre-commit-gdformat +++ b/misc/hooks/pre-commit-gdformat @@ -6,7 +6,7 @@ set -e -GDTOOLKIT_VERSION=548c3736d48ec3e5f8b0b8abcd86081f0b0f25b5 +GDTOOLKIT_VERSION=c514a022f7e566f06a0c68058727737fe0d8b33c FILES=$(git diff --cached --name-only --diff-filter=ACMR | grep '\.gd$' | grep -v '^addons/gd-plug' | grep -v '^addons/gut' | sed 's| |\\ |g') echo $FILES