Skip to content

Commit ced618d

Browse files
Merge pull request #213348 from AnuragSingh-MSFT/patch-13
(AzureCXP) fixes MicrosoftDocs/azure-docs#99283
2 parents a108fb9 + 1b1d5e9 commit ced618d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/kubernetes/cluster-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
186186
```
187187

188188
```console
189-
TOKEN=$(kubectl get secret demo-user-secret -o jsonpath='{$.data.token}' | base64 -d | sed 's/$/\\\n/g')
189+
TOKEN=$(kubectl get secret demo-user-secret -o jsonpath='{$.data.token}' | base64 -d | sed 's/$/\n/g')
190190
```
191191
1. Get the token to output to console
192192

0 commit comments

Comments
 (0)