From 2b76f36843519570299b4938085ed1fa638d0460 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 29 May 2024 13:08:18 +0300 Subject: [PATCH] pre-commit: Fix typo in the hook You saw nothing. Typo? what typo. Part-of: --- scripts/git-hooks/pre-commit.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git-hooks/pre-commit.hook b/scripts/git-hooks/pre-commit.hook index 098b2a62f1..6a071d4f28 100755 --- a/scripts/git-hooks/pre-commit.hook +++ b/scripts/git-hooks/pre-commit.hook @@ -29,7 +29,7 @@ if test -z "$version"; then INDENT=gnuindent fi else - INDENT=gst-indent-1.o + INDENT=gst-indent-1.0 fi case $($INDENT --version) in