mirror of https://github.com/helm/helm
When doing zsh completion, the -n flag would not be handled properly. Doing helm -n<TAB> would not add the space after the -n. This was caused by the fact that the -n flag was being swallowed by the echo command. To fix this, we use printf instead. Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>pull/7484/head
parent
7193b5a2be
commit
4f4779ca3a
Loading…
Reference in new issue