Skip to content

Commit 3e18145

Browse files
committed
Fixing typo
1 parent 90b579c commit 3e18145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ build_script:
4343
- cmd: set CMD=%CMD%; cmake --build . --config Release
4444
- cmd: rem echo %CMD%
4545
- cd %APPVEYOR_BUILD_FOLDER%
46-
- cmd: if "%BUILD%"=="MINGW64" then C:\msys64\usr\bin\bash -c "%CMD%"
46+
- cmd: if "%BUILD%"=="MINGW64" C:\msys64\usr\bin\bash -c "%CMD%"
4747
- cmd: set CMD=which python3 python
4848
- cmd: set CMD=%CMD%; python --version
4949
- cmd: set CMD=%CMD%; build/bin/exiv2 --verbose --version; pwd ; ls -l

0 commit comments

Comments
 (0)