gstreamer-sharp: fix typo in script name
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Mon, 11 Apr 2022 13:55:07 +0000 (15:55 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 11 Apr 2022 17:40:15 +0000 (17:40 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2152>

meson.build

index c65934a..619341a 100644 (file)
@@ -457,12 +457,12 @@ endif
 dotnet_format = find_program('dotnet-format', required: false)
 if dotnet_format.found()
     run_target('csharp_format_check',
-        command: [join_paths(meson.current_source_dir(), 'scripts', 'format-chsharp'),
+        command: [join_paths(meson.current_source_dir(), 'scripts', 'format-csharp'),
             '--check'
         ],
     )
     run_target('csharp_format_apply',
-        command: [join_paths(meson.current_source_dir(), 'scripts', 'format-chsharp'),
+        command: [join_paths(meson.current_source_dir(), 'scripts', 'format-csharp'),
         ],
     )
 endif