Skip to content

Commit 8c72ee3

Browse files
committed
Fixed format typo
Signed-off-by: Yi Cai <yicai@redhat.com>
1 parent a84f08f commit 8c72ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Integrate GitOps with Secrets Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ cloud-credential-operator-xxxxxxxxxx-yyyyyy 2/2 Running 0 6h33m
413413
```
414414
2. Copy the `ccoctl` binary from the pod to a local directory:
415415
```
416-
$ oc cp -c cloud-credential-operator openshift-cloud-credential-operator/[cco_pod_name:/usr/bin/ccoctl ./ccoctl
416+
$ oc cp -c cloud-credential-operator openshift-cloud-credential-operator/<cco_pod_name>:/usr/bin/ccoctl ./ccoctl
417417
```
418418
3. Change the `ccoctl` permissions to make the binary executable and check that it is possible to use it:
419419
```

0 commit comments

Comments
 (0)