Skip to content

Commit

Permalink
[tools] use the right parameter [backport:1.0] (#18957)
Browse files Browse the repository at this point in the history
(cherry picked from commit b2873f0)
  • Loading branch information
ringabout authored and narimiran committed Oct 6, 2021
1 parent af2b7ff commit b057bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/finish.nim
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ proc downloadMingw(): DownloadResult =
let curl = findExe"curl"
var cmd: string
if curl.len > 0:
cmd = quoteShell(curl) & " --out " & "dist" / mingw & " " & url
cmd = quoteShell(curl) & " --output " & "dist" / mingw & " " & url
elif fileExists"bin/nimgrab.exe":
cmd = r"bin\nimgrab.exe " & url & " dist" / mingw
if cmd.len > 0:
Expand Down

0 comments on commit b057bb6

Please sign in to comment.