Skip to content

Commit

Permalink
Fix: remove bogus argument from autoupdate
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
  • Loading branch information
SlySven committed Apr 19, 2024
1 parent b6dea5c commit ddcf94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/appveyor.functions.ps1
Expand Up @@ -133,7 +133,7 @@ function ExtractZip([string] $zipFile, [string] $outputPath) {

function RunAutoUpdate(){
Step "Running autoupdate"
exec "bash" @("-c", "`"/c/msys64/usr/bin/autoupdate -f -i -v`"")
exec "bash" @("-c", "`"/c/msys64/usr/bin/autoupdate -f -v`"")
}

function RunAutoReconfig(){
Expand Down

0 comments on commit ddcf94b

Please sign in to comment.