fix #1022 correct typo
This commit is contained in:
committed by
Dietmar Maurer
parent
8a6f69c9b0
commit
e967e0ef27
@ -151,7 +151,7 @@ our $cmddef = {
|
||||
alloc => [ "PVE::API2::Storage::Content", 'create', ['storage', 'vmid', 'filename', 'size'],
|
||||
{ node => $nodename }, sub {
|
||||
my $volid = shift;
|
||||
print "sucessfuly created '$volid'\n";
|
||||
print "successfully created '$volid'\n";
|
||||
}],
|
||||
free => [ "PVE::API2::Storage::Content", 'delete', ['volume'],
|
||||
{ node => $nodename } ],
|
||||
|
||||
Reference in New Issue
Block a user