forked from lix-project/lix
Fix typo
This commit is contained in:
parent
d6064dd19b
commit
63145be2a5
|
@ -923,7 +923,7 @@ void LocalStore::addToStore(const ValidPathInfo & info, const ref<std::string> &
|
||||||
info.path, info.narHash.to_string(), h.to_string());
|
info.path, info.narHash.to_string(), h.to_string());
|
||||||
|
|
||||||
if (nar->size() != info.narSize)
|
if (nar->size() != info.narSize)
|
||||||
throw Error("szie mismatch importing path ‘%s’; expected %s, got %s",
|
throw Error("size mismatch importing path ‘%s’; expected %s, got %s",
|
||||||
info.path, info.narSize, nar->size());
|
info.path, info.narSize, nar->size());
|
||||||
|
|
||||||
if (requireSigs && !dontCheckSigs && !info.checkSignatures(*this, publicKeys))
|
if (requireSigs && !dontCheckSigs && !info.checkSignatures(*this, publicKeys))
|
||||||
|
|
Loading…
Reference in a new issue