Skip to content

Commit

Permalink
fix: Unnecessary error variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
BigPapaChas committed Apr 25, 2024
1 parent db3f16d commit 202820a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/commands/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ var configCmd = &cobra.Command{
},
RunE: func(cmd *cobra.Command, args []string) error {
var filename string
var err error
if cfg == nil {
// An existing gogok8s config file was not found, prompt user for filename to use
home, err := os.UserHomeDir()
Expand Down

0 comments on commit 202820a

Please sign in to comment.