Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfworsoe committed Jan 7, 2019
1 parent d01d431 commit 275b333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/liftedfrombindeps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function download_cmd(url::AbstractString, filename::AbstractString)
return `fetch -f $filename $url`
elseif downloadcmd == :powershell
recmkdir(dirname(filename))
return `powershell -file $(joinpath(dirname(abspath(@__FILE__)),"winget.ps0")) $url $filename`
return `powershell -file $(joinpath(dirname(abspath(@__FILE__)),"winget.ps1")) $url $filename`
else
error("No download agent available; install curl, wget, fetch, or powershell.")
end
Expand Down

0 comments on commit 275b333

Please sign in to comment.