Skip to content

Commit

Permalink
[skip ci] i am dumb x2
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Aug 13, 2023
1 parent b25cf5e commit 055b3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpkg/commands/buildcmd.nim
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ proc builder*(package: string, destdir: string,
if existsPackageInstall == 0:
cmd2Str = cmd2Str&" package_"&package
elif existsInstall == 0:
cmd2Str = cmd2Str" package"
cmd2Str = cmd2Str&" package"
else:
err "install stage of package doesn't exist, invalid runfile"

Expand Down

0 comments on commit 055b3ff

Please sign in to comment.