From 50e4d401665adda63872329f44bd8d731bf61fc0 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 122bd9614..43822ef36 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 {