Skip to content

Commit

Permalink
fix for re-running new command after trial upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania committed Oct 2, 2024
1 parent 3fb15b8 commit 19dcf37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/cli/cmd/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ func new(cmd *cobra.Command, args []string) {

if res {
auth.ConvertTrial()
// re-run the command
new(cmd, args)
return
} else {
return
}
Expand Down

0 comments on commit 19dcf37

Please sign in to comment.