From: Thomas Lamprecht Date: Thu, 13 Jun 2019 09:59:58 +0000 (+0200) Subject: followup: reword comment a bit X-Git-Url: https://git.proxmox.com/?p=pve-storage.git;a=commitdiff_plain;h=243f413ad28c6a8e70eeff52d835482d4fc18bd4 followup: reword comment a bit Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/API2/Storage/Status.pm b/PVE/API2/Storage/Status.pm index a56a02b..ce7e040 100644 --- a/PVE/API2/Storage/Status.pm +++ b/PVE/API2/Storage/Status.pm @@ -430,7 +430,7 @@ __PACKAGE__->register_method ({ # best effort to match apl_download behaviour chmod 0644, $tmpfilename; - # we simply overwrite when destination file already exists + # we simply overwrite the destination file if it already exists my $cmd; if ($node ne 'localhost' && $node ne PVE::INotify::nodename()) {