diff --git a/repos/ports/run/vmm_vm_stress.inc b/repos/ports/run/vmm_vm_stress.inc index b405733a5..c7d6ad162 100644 --- a/repos/ports/run/vmm_vm_stress.inc +++ b/repos/ports/run/vmm_vm_stress.inc @@ -2,7 +2,7 @@ set current_date [clock format [clock seconds] -format %a] if {[get_cmd_switch --autopilot] && $current_date != "Sat" && $current_date != "Sun" } { - puts "\n Run script is not supported today on this platform. \n"; + puts "\n Run script is not supported on this platform today. \n"; exit 0 }