ci: fix minor comment typo

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1371>
This commit is contained in:
Marc-André Lureau 2021-11-22 12:46:15 +04:00
parent ee7fe545b2
commit 836fb53351

View file

@ -427,7 +427,7 @@ build msys2 :
allow_failure: true
when: 'manual'
script:
# Make sure powershell exists on errors
# Make sure powershell exits on errors
# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6
- $ErrorActionPreference = "Stop"