summaryrefslogtreecommitdiff
path: root/foostats.pl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-14 19:16:47 +0200
committerPaul Buetow <paul@buetow.org>2024-12-14 19:16:47 +0200
commitfab0ce8907bc8d980725f613eb43502e244f04b0 (patch)
tree405a487e66a638c9b919734eca2b1a16948cfda8 /foostats.pl
parent4323aecb882ae546e13e964780a0901a7e12b56b (diff)
undo
Diffstat (limited to 'foostats.pl')
-rw-r--r--foostats.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/foostats.pl b/foostats.pl
index 9cefc8c..032b847 100644
--- a/foostats.pl
+++ b/foostats.pl
@@ -365,7 +365,6 @@ package Foostats::Replicator {
sub replicate_file ($self, $remote_url, $dest_file, $force) {
# $dest_file already exists, not replicating it
return if !$force && -f $dest_file;
- return # UNDO
say "Replicating $remote_url to $dest_file (force:$force)... ";
my $response = LWP::UserAgent->new->get($remote_url);