Merge pull request #228 from bridgetkromhout/helm-completion

Correction for helm completion
This commit is contained in:
Jérôme Petazzoni
2018-04-22 14:00:08 -05:00
committed by GitHub

View File

@@ -50,7 +50,7 @@
- Add the `helm` completion:
```bash
. <(helm completion $SHELL)
. <(helm completion $(basename $SHELL))
```
]