forked from lix-project/lix
fix typo in ca-error message
This commit is contained in:
parent
d581129ef9
commit
21d0334e49
|
@ -729,7 +729,7 @@ BuiltPaths getBuiltPaths(ref<Store> evalStore, ref<Store> store, const DerivedPa
|
||||||
if (!realisation)
|
if (!realisation)
|
||||||
throw Error(
|
throw Error(
|
||||||
"cannot operate on an output of unbuilt "
|
"cannot operate on an output of unbuilt "
|
||||||
"content-addresed derivation '%s'",
|
"content-addressed derivation '%s'",
|
||||||
outputId.to_string());
|
outputId.to_string());
|
||||||
outputs.insert_or_assign(
|
outputs.insert_or_assign(
|
||||||
output, realisation->outPath);
|
output, realisation->outPath);
|
||||||
|
|
Loading…
Reference in a new issue