remove whitespace

This commit is contained in:
Daylin Morgan 2024-03-14 10:50:11 -05:00
parent 00550108b1
commit 9b686cc202
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -59,11 +59,11 @@ proc newCtx(): OizysContext =
proc check(c: OizysContext) =
if not dirExists c.flake:
logErr c.flake, " does not exist"
logErr c.flake, "does not exist"
logErr "please use -f/--flake or $FLAKE_PATH"
quit 1
logInfo "flake: ", c.flake
logInfo "host: ", c.host
logInfo "flake:", c.flake
logInfo "host:", c.host
proc cmd(c: OizysContext): string {.inline.} =
let pixExists = findExe("pix") != ""