Skip to content

Commit

Permalink
Fixed an error in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicbyte committed Feb 10, 2023
1 parent b8ab191 commit 08e3894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install-cacher.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if %skip_input% NEQ "true" (
SET /p root_dir=">>> "
)

if [%root_dir%] == [] (
if ["%root_dir%"] == [] (
SET root_dir=%DEF_ROOT_DIR%
)

Expand Down

0 comments on commit 08e3894

Please sign in to comment.