Skip to content

Commit

Permalink
modified comments
Browse files Browse the repository at this point in the history
Signed-off-by: Shipmates-CI <Shipmates-CI>
  • Loading branch information
Shipmates-CI authored and Shipmates-CI committed Dec 11, 2023
1 parent 82faa37 commit 9cb3804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/tools/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import (
func init() {
actionConfig := new(action.Configuration)

// Since helm needs args passed into it, check if we are processing things on a command with fewer args
// if no args passed use empty set of args
if len(os.Args) < 3 {
return
os.Args = append(os.Args, "")
}

// The inclusion of Helm in this manner should be reconsidered once https://github.com/helm/helm/issues/12122 is resolved
Expand Down

0 comments on commit 9cb3804

Please sign in to comment.