Skip to content

Commit

Permalink
fix: interactive mode when creating kafka using CLI (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Feb 9, 2022
1 parent 8d5f81d commit d58e554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/kafka/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ func runCreate(opts *options) error {
return err
}

opts.provider = payload.GetCloudProvider()
opts.region = payload.GetRegion()
} else {
if opts.provider == "" {
opts.provider = defaultProvider
Expand Down

0 comments on commit d58e554

Please sign in to comment.