Merge pull request #5135 from Mic92/ca-typo

fix typo in ca-error message
This commit is contained in:
Eelco Dolstra 2021-08-16 11:55:48 +02:00 committed by GitHub
commit 902b050511
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);