Skip to content

Commit b574f06

Browse files
paulth1KimForss
andauthored
Update articles/sap/automation/tutorial.md
Co-authored-by: Kimmo Forss <[email protected]>
1 parent faf7755 commit b574f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/sap/automation/tutorial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ export TF_VAR_app_registration_app_id=$(az ad app create \
239239
--required-resource-access @manifest.json \
240240
--query "appId" --output tsv )
241241
242-
#remove the placeholder manifest.jsonrm manifest.json
242+
#remove the placeholder manifest.json
243+
rm manifest.json
243244
244245
export TF_VAR_webapp_client_secret=$(az ad app credential reset \
245246
--id $TF_VAR_app_registration_app_id --append \

0 commit comments

Comments
 (0)