From 243f413ad28c6a8e70eeff52d835482d4fc18bd4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 13 Jun 2019 11:59:58 +0200 Subject: [PATCH] followup: reword comment a bit Signed-off-by: Thomas Lamprecht --- PVE/API2/Storage/Status.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.39.2