Skip to content

Commit fbea42c

Browse files
authored
Merge pull request #809 from ziabs/patch-1
Syntax fixing on Verify the deployment
2 parents 733f83d + ffb0eda commit fbea42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/controller/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ More docs on [hub.helm.sh](https://hub.helm.sh/charts/incubator/aws-alb-ingress-
6262
5. Verify the deployment was successful and the controller started
6363

6464
```bash
65-
kubectl logs -n kube-system $(kubectl get po -n kube-system | egrep -o alb-ingress[a-zA-Z0-9-]+)
65+
kubectl logs -n kube-system $(kubectl get po -n kube-system | egrep -o "alb-ingress[a-zA-Z0-9-]+")
6666
```
6767

6868
Should display output similar to the following.

0 commit comments

Comments
 (0)