forked from lix-project/lix
* 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);
|
Hash h2 = recursive ? hashPath(ht, path) : hashFile(ht, path);
|
||||||
if (h != h2)
|
if (h != h2)
|
||||||
throw Error(
|
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));
|
% path % algo % printHash(h) % printHash(h2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue