Skip to content

Commit

Permalink
appveyor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalerichardson committed Jun 12, 2023
1 parent d3fcd2a commit 0e1c650
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 @@ -20,7 +20,7 @@ install:
- ps: |
$null = `
Start-Process -FilePath "${env:temp}\salt-minion.exe" `
-ArgumentList "/S" -NoNewWindow -PassThru -Wait
-ArgumentList @("/S", "/install-dir=c:\salt") -NoNewWindow -PassThru -Wait
- ps: C:\salt\salt-call.bat --versions-report

test_script:
Expand Down

0 comments on commit 0e1c650

Please sign in to comment.