From 95b4813211d5327c4655f0464b2c64aaf8f6a724 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Fri, 6 Oct 2023 17:14:39 -0400 Subject: [PATCH] Fixes missing double quotes Signed-off-by: Darshit Chanpura --- tools/install_demo_configuration.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_demo_configuration.bat b/tools/install_demo_configuration.bat index addacef208..589a86540c 100755 --- a/tools/install_demo_configuration.bat +++ b/tools/install_demo_configuration.bat @@ -346,7 +346,7 @@ REM exit /b 1 echo "Unable to find custom admin password. Continuing with the default password for admin." echo "You can set the custom admin password in one of the following two ways:" echo "1. Run 'export initialAdminPassword=' before script execution." - echo "2. Create a file $ADMIN_PASSWORD_FILE with a single line that contains the password. + echo "2. Create a file $ADMIN_PASSWORD_FILE with a single line that contains the password." ) echo " ***************************************************"