diff options
-rw-r--r-- | src/libstore/normalise.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/normalise.cc b/src/libstore/normalise.cc index c392cfb2fb35..ae743c136fb5 100644 --- a/src/libstore/normalise.cc +++ b/src/libstore/normalise.cc @@ -1038,7 +1038,7 @@ void NormalisationGoal::createClosure() Path path = *i; if (!pathExists(path)) { throw BuildError( - format("builder for `%1%' failed to produce output path `%1%'") + format("builder for `%1%' failed to produce output path `%2%'") % nePath % path); } nf.closure.roots.insert(path); |