diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-08-05 16:51:06 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-08-05 16:51:06 +0200 |
commit | 790b694be71c102ca9c67a85a3e9fd6f076811b1 (patch) | |
tree | 42a4cc38790d4e1e10efc5448a5ee819bed4916f | |
parent | e48f944e9d9c51afaef1e6aaa8328754c7cbbd7e (diff) |
Style fix
-rw-r--r-- | src/libstore/local-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index de7ddb84b..3c66a4dfd 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -578,7 +578,7 @@ void LocalStore::checkDerivationOutputs(const StorePath & drvPath, const Derivat envHasRightPath(path, i.first); }, [&](DerivationOutputCAFloating _) { - throw UnimplementedError("Floating CA output derivations are not yet implemented"); + throw UnimplementedError("floating CA output derivations are not yet implemented"); }, }, i.second.output); } |