From b081456e1953fe7127c8d47c2ddd7cbb3c26652a Mon Sep 17 00:00:00 2001 From: Justin Scott Date: Tue, 20 Jun 2017 16:56:55 -0700 Subject: [PATCH] Add period to comment to trigger CI. --- cmd/helm/installer/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/installer/install.go b/cmd/helm/installer/install.go index ba0cdd5d8..74b691a34 100644 --- a/cmd/helm/installer/install.go +++ b/cmd/helm/installer/install.go @@ -128,7 +128,7 @@ func generateLabels(labels map[string]string) map[string]string { return labels } -// parseNodeSelectors parses a comma delimited list of key=values pairs into a map +// parseNodeSelectors parses a comma delimited list of key=values pairs into a map. func parseNodeSelectorsInto(labels string, m map[string]string) error { kv := strings.Split(labels, ",") for _, v := range kv {