mirror of
https://github.com/helm/helm.git
synced 2026-08-08 17:11:18 +00:00
Merge pull request #8669 from knrt10/fix-completion.go
Fix spelling in completion.go
This commit is contained in:
@@ -151,7 +151,7 @@ __helm_compgen() {
|
||||
fi
|
||||
for w in "${completions[@]}"; do
|
||||
if [[ "${w}" = "$1"* ]]; then
|
||||
# Use printf instead of echo beause it is possible that
|
||||
# Use printf instead of echo because it is possible that
|
||||
# the value to print is -n, which would be interpreted
|
||||
# as a flag to echo
|
||||
printf "%s\n" "${w}"
|
||||
|
||||
Reference in New Issue
Block a user