Skip to content

Commit a6d7075

Browse files
committed
[skip travis] fix typo
1 parent e16fed7 commit a6d7075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
# See https://github.com/msys2/MSYS2-packages/issues/258
3434
- powershell -Command "Get-Process | Where-Object {$_.path -like 'C:\msys64*'} | Stop-Process"
3535
# update packages one more time
36-
- ridk exec bash -c "pacman -noconfirm -Sy"
36+
- ridk exec bash -c "pacman --noconfirm -Sy"
3737
# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
3838
- c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a
3939
# Set up project prerequisits

0 commit comments

Comments
 (0)