about summary refs log tree commit diff
path: root/scripts/readmanifest.pm.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/readmanifest.pm.in')
-rw-r--r--scripts/readmanifest.pm.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/readmanifest.pm.in b/scripts/readmanifest.pm.in
index 2c6223807d0c..08227a5d7ea5 100644
--- a/scripts/readmanifest.pm.in
+++ b/scripts/readmanifest.pm.in
@@ -11,7 +11,7 @@ sub processURL {
     print "obtaining list of Nix archives at $url...\n";
 
     system("curl --fail --silent --show-error " .
-           "'$url/MANIFEST' > '$manifest' 2> /dev/null") == 0
+           "'$url' > '$manifest' 2> /dev/null") == 0
            or die "curl failed: $?";
         
     open MANIFEST, "<$manifest";