Skip to content

Commit

Permalink
fix(cli): fix [ac]query interactivity (#807)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b66bbfdb47afc1257bf77fbde9ccf727513bf155
  • Loading branch information
gregmagolan committed Nov 16, 2022
1 parent 2d3f6ef commit edfe4e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/aspect/query/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ func (q *Query) checkConfig(baseUseKey string, baseInquiredKey string, question
if err != nil {
return err
}
_, _, err = config.SetInHomeConfig(baseInquiredKey, true)
if err != nil {
return err
}
if created {
fmt.Printf("Created %s\n", configFile)
} else {
Expand Down

0 comments on commit edfe4e3

Please sign in to comment.