diff --git a/src/pypts/recipe.py b/src/pypts/recipe.py index f5796b8..ee70e9a 100644 --- a/src/pypts/recipe.py +++ b/src/pypts/recipe.py @@ -826,8 +826,8 @@ def build_step(step_data:dict): case "userrunmethodstep": step_type = "UserRunMethodStep" case "userwritestep": step_type = "UserWriteStep" case "serialnumberstep": step_type = "SerialNumberStep" - case "SSHConnectStep": step_type = "SSHConnectStep" - case "SSHCloseStep": step_type = "SSHCloseStep" + case "sshconnectstep": step_type = "SSHConnectStep" + case "sshclosestep": step_type = "SSHCloseStep" # we remove this entry because it is used to determine which class to use for instantiation and # is not needed beyond that