Skip to content

Commit 5cf7f98

Browse files
authored
Merge pull request #97789 from ne-msft/patch-4
Update cluster-connect.md - Removed "$"
2 parents ebc6ac0 + 13e6910 commit 5cf7f98

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)