Skip to content

Commit

Permalink
fix #103
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Nov 14, 2023
1 parent 17a6032 commit ecaeff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gogh/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/spf13/cobra"
)

var tokens gogh.TokenManager
var tokens = gogh.TokenManager{}

var authCommand = &cobra.Command{
Use: "auth",
Expand Down

0 comments on commit ecaeff3

Please sign in to comment.