mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
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:
parent
c56a87b73d
commit
2b76f36843
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue