Skip to content

Commit bdd1473

Browse files
authored
Fix formatting of invalid choice message in batch file
1 parent e81c7e4 commit bdd1473

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DeployWorkstation.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if "%choice%"=="1" (
7979
echo Exiting.
8080
goto :normal_exit
8181
) else (
82-
echo [!] Invalid choice please try again.
82+
echo [!] Invalid choice - please try again.
8383
echo.
8484
goto :menu
8585
)
@@ -88,7 +88,7 @@ REM --------------------------------------------------------
8888
REM 5) Show what will run, then launch
8989
REM --------------------------------------------------------
9090
if "!ps_params!"=="" (
91-
echo Parameters : (none full run)
91+
echo Parameters : (none - full run)
9292
) else (
9393
echo Parameters : !ps_params!
9494
)

0 commit comments

Comments
 (0)