mirror of https://github.com/helm/helm
Avoid panicking with index out of range when calling Lines on an empty file. Checking the length of the slice instead of checking for nil ensures empty files do not cause panic, and using strings.TrimSuffix makes newline trimming safer. Signed-off-by: Sudhanshu <sudhanshuwriterblc@gmail.com>pull/32280/head
parent
af25d22902
commit
549313318b
Loading…
Reference in new issue