forked from lix-project/lix
Doh
This commit is contained in:
parent
43b8e96d30
commit
926c3a6664
|
@ -413,7 +413,7 @@ void Store::queryPathInfo(const StorePath & storePath,
|
|||
|
||||
auto storePath = parseStorePath(storePathS);
|
||||
|
||||
if (!info || !goodStorePath(storePath, info->path)); {
|
||||
if (!info || !goodStorePath(storePath, info->path)) {
|
||||
stats.narInfoMissing++;
|
||||
throw InvalidPath("path '%s' is not valid", storePathS);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue