forked from lix-project/lix
* Print a consistent message.
This commit is contained in:
parent
f186a9141e
commit
00b41e46ed
|
@ -73,7 +73,7 @@ sub processURL {
|
||||||
|
|
||||||
# Otherwise, just get the uncompressed manifest.
|
# Otherwise, just get the uncompressed manifest.
|
||||||
else {
|
else {
|
||||||
print "obtaining list of Nix archives at `$url'...\n";
|
print "fetching list of Nix archives at `$url'...\n";
|
||||||
$manifest = downloadFile $url;
|
$manifest = downloadFile $url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue