We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ca079 commit 28a1165Copy full SHA for 28a1165
cmd/ciChartExtend.go
@@ -63,7 +63,7 @@ var editChartCmd = &cobra.Command{
63
}
64
65
// Make sure repositories are up to date
66
- command = "helm repo update"
+ command := "helm repo update"
67
exec.Command("bash", "-c", command).Run()
68
69
if len(p) == 2 && chartExistsLocally == false && p[0] != "." {
0 commit comments