Skip to content

Commit

Permalink
Use correct choco install version argument syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 22, 2016
1 parent b70747b commit 3147b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ configuration:

install:
- dir C:\Qt
- appveyor-retry choco install nsis -version 2.46.0.20150406
- appveyor-retry choco install nsis --version 2.46.0.20150406
# Setup the build toolchains.
- '%QTDIR%\bin\qtenv2.bat'
- qmake -v
Expand Down

0 comments on commit 3147b54

Please sign in to comment.