diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in index 8fb256179c..f3cba0c026 100755 --- a/scripts/nix-pull.in +++ b/scripts/nix-pull.in @@ -73,7 +73,7 @@ sub processURL { # Otherwise, just get the uncompressed manifest. else { - print "obtaining list of Nix archives at `$url'...\n"; + print "fetching list of Nix archives at `$url'...\n"; $manifest = downloadFile $url; }