fixed a typo

This commit is contained in:
Jonny Galloway
2021-05-26 12:55:22 -05:00
committed by GitHub
parent d77fae5c18
commit 55b0a93fd6
@@ -78,7 +78,7 @@ IF "%LY_PROJECT%"=="" (set LY_PROJECT=%CD%)
echo LY_PROJECT = %LY_PROJECT%
:: set up the default project path (dccsi)
:: if not set we lso use the DCCsi path as stand-in
:: if not set we also use the DCCsi path as stand-in
CD /D ..\..\
IF "%LY_PROJECT_PATH%"=="" (set LY_PROJECT_PATH=%CD%)
echo LY_PROJECT_PATH = %LY_PROJECT_PATH%