Skip to content

Commit 505c9a3

Browse files
fix newline character
1 parent c863361 commit 505c9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/github-actions-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ az ad sp create-for-rbac \
4646
az ad sp create-for-rbac `
4747
--name <SERVICE_PRINCIPAL_NAME> `
4848
--role "contributor" `
49-
--scopes "/subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP_NAME>" \
49+
--scopes "/subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP_NAME>" `
5050
--sdk-auth
5151
```
5252

0 commit comments

Comments
 (0)