Skip to content

Commit 83658a2

Browse files
authored
Merge pull request #64260 from rh-tokeefe/OSSM-4778
OSSM-4778: Sample command line is missing closing parenthesis
2 parents f3ee8ba + b6e0c39 commit 83658a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ossm-integrating-with-user-workload-monitoring.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ SECRET=`oc get secret -n openshift-user-workload-monitoring |
3333
+
3434
[source,terminal]
3535
----
36-
$ TOKEN=`echo $(oc get secret $SECRET -n openshift-user-workload-monitoring -o jsonpath='{.data.token}' | base64 -d`
36+
$ TOKEN=`oc get secret $SECRET -n openshift-user-workload-monitoring -o jsonpath='{.data.token}' | base64 -d`
3737
----
3838
+
3939
.. Create a token to Thanos for Kiali by running the following command:

0 commit comments

Comments
 (0)