Skip to content

Commit 0ad80e3

Browse files
committedJun 19, 2024··
Run go fmt
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
1 parent 837ae42 commit 0ad80e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎cmd/helm/dependency.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ func addDependencySubcommandFlags(f *pflag.FlagSet, client *action.Dependency) {
133133
f.BoolVar(&client.InsecureSkipTLSverify, "insecure-skip-tls-verify", false, "skip tls certificate checks for the chart download")
134134
f.BoolVar(&client.PlainHTTP, "plain-http", false, "use insecure HTTP connections for the chart download")
135135
f.StringVar(&client.CAFile, "ca-file", "", "verify certificates of HTTPS-enabled servers using this CA bundle")
136-
}
136+
}

‎cmd/helm/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ set for a key called 'foo', the 'newbar' value would take precedence:
8585
8686
$ helm install --set foo=bar --set foo=newbar myredis ./redis
8787
88-
Similarly, in the following example 'foo' is set to '["four"]':
88+
Similarly, in the following example 'foo' is set to '["four"]':
8989
9090
$ helm install --set-json='foo=["one", "two", "three"]' --set-json='foo=["four"]' myredis ./redis
9191

0 commit comments

Comments
 (0)
Please sign in to comment.