mirror of
git://git.proxmox.com/git/pve-ha-manager.git
synced 2025-01-23 02:04:19 +03:00
grammar fix: s/does not exists/does not exist/g
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
12b2405045
commit
fd0548f6c9
@ -52,7 +52,7 @@ sub exists {
|
||||
my $vmlist = PVE::Cluster::get_vmlist();
|
||||
|
||||
if(!defined($vmlist->{ids}->{$vmid})) {
|
||||
die "resource 'ct:$vmid' does not exists in cluster\n" if !$noerr;
|
||||
die "resource 'ct:$vmid' does not exist in cluster\n" if !$noerr;
|
||||
return undef;
|
||||
} else {
|
||||
return 1;
|
||||
|
@ -52,7 +52,7 @@ sub exists {
|
||||
my $vmlist = PVE::Cluster::get_vmlist();
|
||||
|
||||
if(!defined($vmlist->{ids}->{$vmid})) {
|
||||
die "resource 'vm:$vmid' does not exists in cluster\n" if !$noerr;
|
||||
die "resource 'vm:$vmid' does not exist in cluster\n" if !$noerr;
|
||||
return undef;
|
||||
} else {
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user