Merge pull request #295 from stamm/patch-1

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

fix multiline command

Fixed typo in documenation
This commit is contained in:
jetstack-ci-bot 2018-02-08 15:37:46 +00:00 committed by GitHub
commit 5a78384e14
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
```