Skip to content

Commit f63641c

Browse files
committed
fix typo
1 parent d9a76c2 commit f63641c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ skupper connector create broker1 5672
226226
_**Public:**_
227227

228228
~~~ shell
229-
read a;kubectl run client --attach --rm --restart Never --image quay.io/skupper/activemq-example-client --env SERVER=broker1 --pod-running-timeout=5m
229+
kubectl run client --attach --rm --restart Never --image quay.io/skupper/activemq-example-client --env SERVER=broker1 --pod-running-timeout=5m
230230
~~~
231231

232232
## Cleaning up

skewer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ steps:
7171
- title: Run the client
7272
commands:
7373
public:
74-
- run: read a;kubectl run client --attach --rm --restart Never --image quay.io/skupper/activemq-example-client --env SERVER=broker1 --pod-running-timeout=5m
74+
- run: kubectl run client --attach --rm --restart Never --image quay.io/skupper/activemq-example-client --env SERVER=broker1 --pod-running-timeout=5m
7575
- standard: skupper/cleaning_up/kubernetes_cli
7676
commands:
7777
public:

0 commit comments

Comments
 (0)