Skip to content

Commit

Permalink
anycable-go: use default hash syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 7, 2024
1 parent e11afeb commit 54fa18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/a/anycable-go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def install
"-X github.com/anycable/anycable-go/utils.version=#{version}"
end

system "go", "build", *std_go_args(ldflags: ldflags), "./cmd/anycable-go"
system "go", "build", *std_go_args(ldflags:), "./cmd/anycable-go"
end

test do
Expand Down

0 comments on commit 54fa18d

Please sign in to comment.