]> git.proxmox.com Git - pve-manager.git/commitdiff
cleanup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 14 Dec 2017 08:07:00 +0000 (09:07 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 14 Dec 2017 08:07:00 +0000 (09:07 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/API2/Replication.pm

index 8c049363f74e938b338379614f18e8bb4daf7edc..a1bcd89bbb1f79f8e77c37005a6237fad8fe97d6 100644 (file)
@@ -96,7 +96,7 @@ sub run_jobs {
                        if $jobstate->{fail_count} == 1 && $mail;
                };
                warn ": $@" if $@;
-           };
+           }
 
            $start_time = $now // time();
        }