From fee2cb61e3af711a02e93914f58b762d8513c4d8 Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Mon, 14 May 2018 07:23:40 +0200 Subject: [PATCH] Fix typo. --- 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 afb8dcc..e62fdc3 100644 --- a/PVE/API2/Storage/Status.pm +++ b/PVE/API2/Storage/Status.pm @@ -334,7 +334,7 @@ __PACKAGE__->register_method ({ my $node = $param->{node}; my $scfg = PVE::Storage::storage_check_enabled($cfg, $param->{storage}, $node); - die "cant upload to storage type '$scfg->{type}'\n" + die "can't upload to storage type '$scfg->{type}'\n" if !defined($scfg->{path}); my $content = $param->{content};