mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
fix typo in oizys
This commit is contained in:
parent
488742e77c
commit
18013da777
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue