Skip to content

Commit

Permalink
fix(jzero): fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed Jul 2, 2024
1 parent c632ca9 commit 346c106
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ import (
"github.com/spf13/cobra"
)

var (
Debug bool
)
var Debug bool

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Expand Down

0 comments on commit 346c106

Please sign in to comment.