diff --git a/src/libcmd/installables.cc b/src/libcmd/installables.cc index e3ce564b0..68e0469c3 100644 --- a/src/libcmd/installables.cc +++ b/src/libcmd/installables.cc @@ -729,7 +729,7 @@ BuiltPaths getBuiltPaths(ref evalStore, ref store, const DerivedPa if (!realisation) throw Error( "cannot operate on an output of unbuilt " - "content-addresed derivation '%s'", + "content-addressed derivation '%s'", outputId.to_string()); outputs.insert_or_assign( output, realisation->outPath);