pre-commit: Fix typo in the hook

You saw nothing. Typo? what typo.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6956>
This commit is contained in:
Jordan Petridis 2024-05-29 13:08:18 +03:00 committed by GStreamer Marge Bot
parent c56a87b73d
commit 2b76f36843

View file

@ -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