From 21d0334e490465f764685fb4b00b31644655ec99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 14 Aug 2021 00:17:16 +0200 Subject: [PATCH] fix typo in ca-error message --- src/libcmd/installables.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);