We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81c7e4 commit bdd1473Copy full SHA for bdd1473
1 file changed
DeployWorkstation.bat
@@ -79,7 +79,7 @@ if "%choice%"=="1" (
79
echo Exiting.
80
goto :normal_exit
81
) else (
82
- echo [!] Invalid choice – please try again.
+ echo [!] Invalid choice - please try again.
83
echo.
84
goto :menu
85
)
@@ -88,7 +88,7 @@ REM --------------------------------------------------------
88
REM 5) Show what will run, then launch
89
REM --------------------------------------------------------
90
if "!ps_params!"=="" (
91
- echo Parameters : (none – full run)
+ echo Parameters : (none - full run)
92
93
echo Parameters : !ps_params!
94
0 commit comments