Correction for helm completion

This commit is contained in:
Bridget Kromhout
2018-04-22 13:33:54 -05:00
parent a64606fb32
commit 91de693b80

View File

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