Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszWojciechO committed May 13, 2024
1 parent 91318ac commit b538b99
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cli/cli_register.go
Expand Up @@ -70,11 +70,5 @@ func (c *cmd) Register(ctx *cli.Context) error {
fmt.Printf("%d) %s\n", i+1, description)
}

input, err := ReadPlanFromTerminal()
if err != nil {
return formatError(err)
}

url := fmt.Sprintf(client.SubscriptionURL, plans[input-1].GetId())
return browse(url)
return browse(client.SubscriptionURL)
}

0 comments on commit b538b99

Please sign in to comment.