From 5c3a0b0ed635b033d05f391e29b3fc20cefc5fb2 Mon Sep 17 00:00:00 2001 From: scott Date: Thu, 16 Apr 2026 13:39:42 -0400 Subject: [PATCH] Add production warning to 'Both IOM1 and IOM2' firmware update option Co-Authored-By: Claude Sonnet 4.6 --- modules/workflow_firmware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/workflow_firmware.py b/modules/workflow_firmware.py index f774647..ac944be 100644 --- a/modules/workflow_firmware.py +++ b/modules/workflow_firmware.py @@ -235,7 +235,7 @@ def firmware_update_workflow(): print(" Which IOM(s) would you like to update?") print(f" {_c(C.BOLD, '1')} IOM1 only") print(f" {_c(C.BOLD, '2')} IOM2 only") - print(f" {_c(C.BOLD, '3')} Both IOM1 and IOM2") + print(f" {_c(C.BOLD, '3')} Both IOM1 and IOM2 {_c(C.YEL, '(Do not use on production systems)')}") print() while True: