aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-pull.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/nix-pull.in')
-rwxr-xr-xscripts/nix-pull.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in
index 8fb256179..f3cba0c02 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;
}