aboutsummaryrefslogtreecommitdiff
path: root/scripts/download-using-manifests.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/download-using-manifests.pl.in')
-rw-r--r--scripts/download-using-manifests.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in
index ed3290c18..8c75ab109 100644
--- a/scripts/download-using-manifests.pl.in
+++ b/scripts/download-using-manifests.pl.in
@@ -76,7 +76,7 @@ addToQueue $targetPath;
sub isValidPath {
my $p = shift;
- system "@bindir@/nix-store --isvalid '$p' 2> /dev/null";
+ system "@bindir@/nix-store --check-validity '$p' 2> /dev/null";
return $? == 0;
}