mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Doh
This commit is contained in:
parent
43b8e96d30
commit
926c3a6664
1 changed files with 1 additions and 1 deletions
|
@ -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