Skip to content

Commit 6bf65bb

Browse files
committed
Fix command
1 parent 3b8b2c3 commit 6bf65bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/git/hooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ run_lint() {
237237
# Lint TypeScript declaration files...
238238
files=$(echo "${changed_files}" | grep '\.d\.ts$' | tr '\n' ' ')
239239
if [[ -n "${files}" ]]; then
240-
make TYPESCRIPT_DECLARATIONS_LINTER=dtslint FILES="${files}" lint-typescript-declaration-files > /dev/null >&2
240+
make TYPESCRIPT_DECLARATIONS_LINTER=dtslint FILES="${files}" lint-typescript-declarations-files > /dev/null >&2
241241
if [[ "$?" -ne 0 ]]; then
242242
echo '' >&2
243243
echo 'TypeScript declaration file lint errors.' >&2

0 commit comments

Comments
 (0)