aboutsummaryrefslogtreecommitdiffstats
path: root/utils/asn.pl
diff options
context:
space:
mode:
Diffstat (limited to 'utils/asn.pl')
-rw-r--r--utils/asn.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/asn.pl b/utils/asn.pl
index b5f2ca41e..fe5436354 100644
--- a/utils/asn.pl
+++ b/utils/asn.pl
@@ -63,7 +63,7 @@ sub download_file {
my ($u) = @_;
print "Fetching $u\n";
- my $ff = File::Fetch->new( uri => $u );
+ my $ff = File::Fetch->new( uri => $u );
my $where = $ff->fetch( to => $download_target ) or die $ff->error;
return $where;