Skip to content

Commit

Permalink
adjust var scope
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Dec 20, 2024
1 parent d849393 commit d49d217
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/debug/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ import (
"github.com/spf13/cobra"
)

var (
chartOnly bool
)

func ChartDebugSubCommand(base64ChartTarball string) *cobra.Command {
var chartOnly bool
chartDebug := &cobra.Command{
Use: "debug-chart",
Short: "This command helps debug the internal chart files",
Expand Down

0 comments on commit d49d217

Please sign in to comment.