* Typo.
This commit is contained in:
parent
9ec7e58aa4
commit
456f3251d2
|
@ -1139,7 +1139,7 @@ void DerivationGoal::computeClosure()
|
|||
Hash h2 = recursive ? hashPath(ht, path) : hashFile(ht, path);
|
||||
if (h != h2)
|
||||
throw Error(
|
||||
format("output path `%1% should have %2% hash `%3%', instead has `%4%'")
|
||||
format("output path `%1%' should have %2% hash `%3%', instead has `%4%'")
|
||||
% path % algo % printHash(h) % printHash(h2));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue