Skip to content

Commit

Permalink
Don't require authentication to list Mint leaves via API. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
doxavore committed Apr 24, 2024
1 parent 08832ed commit c1a0513
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/mint/leaves.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ var (
AllowMajorVersionChange bool

leavesUpdateCmd = &cobra.Command{
PreRunE: func(cmd *cobra.Command, args []string) error {
return requireAccessToken()
},
RunE: func(cmd *cobra.Command, args []string) error {
replacementVersionPicker := cli.PickLatestMinorVersion
if AllowMajorVersionChange {
Expand Down

0 comments on commit c1a0513

Please sign in to comment.