File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,11 @@ rem append css fix to layout.css
93
93
type " %basedir% SupportFiles\layout_fix_append.css" >> " %DESTDIR% \RoboHelp\template\Charcoal_Grey\layout.css"
94
94
95
95
pushd %DESTDIR% \RoboHelp
96
- if /i " ! robohelpPreset! " == " GMS2 Manual Responsive HTML5 BETA" (
96
+ if /i % robohelpPreset% == " GMS2 Manual Responsive HTML5 BETA" (
97
97
echo Branch is develop - Choose BETA
98
98
aws s3 cp helpdocs_keywords.json s3://manual-json-files/Beta/helpdocs_keywords.json
99
99
aws s3 cp helpdocs_tags.json s3://manual-json-files/Beta/helpdocs_tags.json
100
- ) else if /i " ! robohelpPreset! " == " GMS2 Manual Responsive HTML5" (
100
+ ) else if /i % robohelpPreset% == " GMS2 Manual Responsive HTML5" (
101
101
echo Branch is main-lts - Choose LTS
102
102
aws s3 cp helpdocs_keywords.json s3://manual-json-files/Green/helpdocs_keywords.json
103
103
aws s3 cp helpdocs_tags.json s3://manual-json-files/Green/helpdocs_tags.json
You can’t perform that action at this time.
0 commit comments