File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ library_parameter_file="${CONFIG_REPO_PATH}/LIBRARY/${env_code}-${region_code}-S
165
165
166
166
${SAP_AUTOMATION_REPO_PATH} /deploy/scripts/deploy_controlplane.sh \
167
167
--deployer_parameter_file " ${deployer_parameter_file} " \
168
- --library_parameter_file " {library_parameter_file}" \
168
+ --library_parameter_file " $ {library_parameter_file}" \
169
169
--subscription " ${ARM_SUBSCRIPTION_ID} " \
170
170
--spn_id " ${ARM_CLIENT_ID} " \
171
171
--spn_secret " ${ARM_CLIENT_SECRET} " \
@@ -325,7 +325,7 @@ library_parameter_file="${CONFIG_REPO_PATH}/LIBRARY/${env_code}-${region_code}-S
325
325
326
326
${SAP_AUTOMATION_REPO_PATH} /deploy/scripts/deploy_controlplane.sh \
327
327
--deployer_parameter_file " ${deployer_parameter_file} " \
328
- --library_parameter_file " {library_parameter_file}" \
328
+ --library_parameter_file " $ {library_parameter_file}" \
329
329
--subscription " ${ARM_SUBSCRIPTION_ID} " \
330
330
--spn_id " ${ARM_CLIENT_ID} " \
331
331
--spn_secret " ${ARM_CLIENT_SECRET} " \
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ export ARM_TENANT_ID="<tenantId>"
338
338
339
339
${SAP_AUTOMATION_REPO_PATH} /deploy/scripts/deploy_controlplane.sh \
340
340
--deployer_parameter_file " ${deployer_parameter_file} " \
341
- --library_parameter_file " {library_parameter_file}" \
341
+ --library_parameter_file " $ {library_parameter_file}" \
342
342
--subscription " ${ARM_SUBSCRIPTION_ID} " \
343
343
--spn_id " ${ARM_CLIENT_ID} " \
344
344
--spn_secret " ${ARM_CLIENT_SECRET} " \
You can’t perform that action at this time.
0 commit comments