mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 03:07:31 -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"):
|
||||
result.toFetch = drvs
|
||||
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
|
||||
quit()
|
||||
of 0:
|
||||
|
|
Loading…
Reference in a new issue