]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
Cleanup
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 26 Sep 2019 11:38:59 +0000 (13:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 26 Sep 2019 13:11:13 +0000 (15:11 +0200)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/HA/Manager.pm

index f218183e8e3f35fb35360f996754f485ca516883..5137de8fc37eb8179e2538283ed3fd721a60b24a 100644 (file)
@@ -342,7 +342,7 @@ sub update_crm_commands {
                        $haenv->log('info', "ignore crm command - service already on target node: $cmd");
                    } else {
                        $haenv->log('info', "got crm command: $cmd");
-                       $ss->{$sid}->{cmd} = [ $task, $node];
+                       $ss->{$sid}->{cmd} = [ $task, $node ];
                    }
                }
            } else {