aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2020-05-11 18:14:23 +0200
committerGitHub <noreply@github.com>2020-05-11 18:14:23 +0200
commit1d8144e36b18d3467f1b29b80800ed3eb9b876c6 (patch)
tree7177a304115a94a2feaeeed0613029d6d97f96e8 /src
parent9be46859a90d5a0771e079615d324644a08efb41 (diff)
Update src/libstore/build.cc
Diffstat (limited to 'src')
-rw-r--r--src/libstore/build.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index e0c7324c7..f9b701910 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -3679,7 +3679,7 @@ void DerivationGoal::registerOutputs()
if (!S_ISREG(st.st_mode) || (st.st_mode & S_IXUSR) != 0)
throw BuildError(
format("output path '%1%' should be a non-executable regular file "
- "since recursive hashing is not enabled (outputHashMode=flat).") % path);
+ "since recursive hashing is not enabled (outputHashMode=flat)") % path);
}
/* Check the hash. In hash mode, move the path produced by