Skip to content

Commit 7644651

Browse files
committed
Fixes syntax
1 parent a31e24b commit 7644651

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cqlai.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Cqlai < Formula
22
desc "cqlai is a fast, portable, and AI-enhanced interactive terminal for Cassandra (CQL), built in Go"
33
homepage "https://github.com/axonops/cqlai"
44
url "https://github.com/axonops/cqlai/archive/refs/tags/v0.1.2.tar.gz"
5-
sha256 "bf2951acb7ca5045248ecb6afa692baeb7efc0ddc76e244d41330caaeb416d77"
5+
sha256 "bf2951acb7ca5045248ecb6afa692baeb7efc0ddc76e244d41330caaeb416d77"
66
license "Apache-2.0"
77
head "https://github.com/axonops/cqlai.git", branch: "main"
88

@@ -14,7 +14,7 @@ class Cqlai < Formula
1414
depends_on "go" => :build
1515

1616
def install
17-
system "go", "build", *std_go_args(ldflags: "-s -w -X main.Version=v0.1.2 "./cmd/cqlai/main.go"
17+
system "go", "build", *std_go_args(ldflags: "-s -w -X main.Version=v0.1.2"), "./cmd/cqlai/main.go"
1818
end
1919

2020
test do

0 commit comments

Comments
 (0)