testing: removing command_actioner perform_action for now

This commit is contained in:
thomashaw
2022-07-10 20:07:09 +01:00
parent 7f9106f9f4
commit b5a9faaf32

View File

@@ -19,7 +19,7 @@ class CommandActioner < AlertActioner
self.commands = commands
end
def perform_action
def perform_actions # TODO: change me back to perform_action when testing this module
# Create config/commands directory
FileUtils.mkdir_p COMMANDS_DIRECTORY
commands_sh_path = COMMANDS_DIRECTORY + "#{self.alertactioner_name}.sh"