diff --git a/modules/workflow_serial.py b/modules/workflow_serial.py index 8a160e2..03e0bca 100644 --- a/modules/workflow_serial.py +++ b/modules/workflow_serial.py @@ -225,7 +225,7 @@ def _serial_redfish_request(ser: SerialPort, password: str, method: str, def detect_serial_device() -> Optional[str]: rule("Step 1 of 5 -- Serial Cable & Device Detection") - print(" Connect the serial cable from the ES24N IOM1 port") + print(" Connect the serial cable from the ES24N IOM port") print(" to the active F-Series controller USB port.") print() prompt("Press Enter when the cable is connected")