fix multiline command

This commit is contained in:
Rustam Zagirov 2018-02-07 14:55:44 +03:00 committed by GitHub
parent a3e463f92b
commit 75b4938759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ by default:
```bash
$ kubectl create \
--namespace kube-system
--namespace kube-system \
-f kube-lego-account.yaml
```