fix typo in oizys

This commit is contained in:
Daylin Morgan 2025-01-15 13:22:09 -06:00
parent 488742e77c
commit 18013da777
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -104,7 +104,7 @@ proc parseDryRunOutput(err: string): DryRunOutput =
elif line.contains("will be fetched"): elif line.contains("will be fetched"):
result.toFetch = drvs result.toFetch = drvs
else: else:
fatal "expected on of the lines to contain built or fetched check the output below" fatal """expected at least one of the lines to contain "built" or "fetched", check the output below"""
stderr.writeLine err stderr.writeLine err
quit() quit()
of 0: of 0: