From 0495e3a89d3deab3ee1122def0e28684dbf7bc3e Mon Sep 17 00:00:00 2001 From: Michael Mraka Date: Mon, 7 Aug 2023 16:48:40 +0200 Subject: [PATCH] fix broken merge conflict --- gabi-cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gabi-cli.go b/gabi-cli.go index 587d2a6..0afc436 100644 --- a/gabi-cli.go +++ b/gabi-cli.go @@ -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) {