summaryrefslogtreecommitdiff
path: root/bin/comirror-setup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/comirror-setup')
-rwxr-xr-xbin/comirror-setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/comirror-setup b/bin/comirror-setup
index 6bdbbe9..b9e1198 100755
--- a/bin/comirror-setup
+++ b/bin/comirror-setup
@@ -90,6 +90,7 @@ print 'Fetching pages';
for my $url (@ARGV) {
push(@mechs, WWW::Mechanize->new( stackdepth => 0 ));
+ $mechs[-1]->agent_alias('Linux Mozilla');
$mechs[-1]->get($url);
print q{.};
}