mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-15 18:53:02 +00:00
fix typo
This commit is contained in:
parent
a993e470d7
commit
212fc0b77e
@ -1015,7 +1015,7 @@ sub assert_if_modified {
|
|||||||
my ($digest1, $digest2) = @_;
|
my ($digest1, $digest2) = @_;
|
||||||
|
|
||||||
if ($digest1 && $digest2 && ($digest1 ne $digest2)) {
|
if ($digest1 && $digest2 && ($digest1 ne $digest2)) {
|
||||||
die "detected modified configuration - file change by other user? Try again.\n";
|
die "detected modified configuration - file changed by other user? Try again.\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user