diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-08-16 11:55:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 11:55:48 +0200 |
commit | 902b0505117c3619055c78eac1599dcc406cfc97 (patch) | |
tree | 9c5fe4c00dd30c8e33b5e3842431b03bfbf25be1 | |
parent | d581129ef9ef5d7d65e676f6a7bfe36c82f6ea6e (diff) | |
parent | 21d0334e490465f764685fb4b00b31644655ec99 (diff) |
Merge pull request #5135 from Mic92/ca-typo
fix typo in ca-error message
-rw-r--r-- | src/libcmd/installables.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<Store> evalStore, ref<Store> 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); |