[cpack_installer] minor wording fixes

This commit is contained in:
scottr
2021-06-03 10:51:13 -07:00
parent 8214706ff9
commit bcef8856ff
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@ IF NOT EXIST %OUTPUT_DIRECTORY% (
)
PUSHD %OUTPUT_DIRECTORY%
REM Override the temporary directory used by wix to the EBS volume
REM Override the temporary directory used by wix to the workspace
SET "WIX_TEMP=!WORKSPACE!/temp/wix"
IF NOT EXIST "%WIX_TEMP%" (
MKDIR "%WIX_TEMP%"