From cc5e4a0e60a35cb8032d23fd3d20c7c02f46d43a Mon Sep 17 00:00:00 2001 From: David Refoua Date: Mon, 24 Oct 2022 21:20:52 +0330 Subject: [PATCH] fix a misspelling --- vendor/init.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vendor/init.bat b/vendor/init.bat index f132bc7..dd735c8 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -132,7 +132,7 @@ goto var_loop :: Sets Cmder directory paths SET CMDER_CONFIG_DIR=%CMDER_ROOT%\config -:: Check if wre're using Cmder individual user profile +:: Check if we're using Cmder individual user profile if defined CMDER_USER_CONFIG ( %print_debug% init.bat "CMDER IS ALSO USING INDIVIDUAL USER CONFIG FROM '%CMDER_USER_CONFIG%'!" @@ -191,11 +191,11 @@ if "%CMDER_CLINK%" == "1" ( if "%CMDER_CONFIGURED%" GTR "1" ( %print_verbose% "Cmder is already configured, skipping Cmder Init!" - goto USER_ALIASES + goto :USER_ALIASES ) else if "%CMDER_CONFIGURED%" == "1" ( %print_verbose% "Cmder is already configured, skipping to Cmder User Init!" - goto USER_CONFIG_START + goto :USER_CONFIG_START ) :: Prepare for git-for-windows