Fix typo.
This commit is contained in:
committed by
Wolfgang Bumiller
parent
ee8c176d3a
commit
fee2cb61e3
@ -334,7 +334,7 @@ __PACKAGE__->register_method ({
|
|||||||
my $node = $param->{node};
|
my $node = $param->{node};
|
||||||
my $scfg = PVE::Storage::storage_check_enabled($cfg, $param->{storage}, $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});
|
if !defined($scfg->{path});
|
||||||
|
|
||||||
my $content = $param->{content};
|
my $content = $param->{content};
|
||||||
|
|||||||
Reference in New Issue
Block a user