From 00b41e46ed02d16aeea1375c14a84df02a91efba Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 Oct 2011 21:34:13 +0000 Subject: * Print a consistent message. --- scripts/nix-pull.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/nix-pull.in') diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in index 8fb256179c02..f3cba0c02619 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; } -- cgit 1.4.1