Skip to content

Commit

Permalink
Fix dumb mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo authored Jan 28, 2023
1 parent ba3e528 commit 778aacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nyaa/build.nim
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ proc builder(package: string, destdir: string,
1])&" && git branch -C "&i.split("::")[2]) != 0:
err("Cloning repository failed!")
else:
waitFor download(pkg.version, filename)
waitFor download(i, filename)
except:
raise

Expand Down

0 comments on commit 778aacd

Please sign in to comment.