Skip to content

Commit

Permalink
fix broken merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka authored and vkrizan committed Aug 7, 2023
1 parent d3843a7 commit 0495e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gabi-cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {
if len(flag.Args()) > 0 {
// if there's a query on commandline, just run it
query = strings.Join(flag.Args(), " ")
runQuery(gabiUrl, bearerToken, query, "")
runQuery(gabiUrl, bearerToken, "", &query)
return
}
p := prompt.New(func(input string) {
Expand Down

0 comments on commit 0495e3a

Please sign in to comment.