Skip to content

Commit eb10ed4

Browse files
alebcaychenrui333
authored andcommitted
ooniprobe: use std_go_args
1 parent 7e28753 commit eb10ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/ooniprobe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Ooniprobe < Formula
2727
depends_on "tor"
2828

2929
def install
30-
system "go", "build", *std_go_args, "-ldflags", "-s -w", "./cmd/ooniprobe"
30+
system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/ooniprobe"
3131
(var/"ooniprobe").mkpath
3232
end
3333

0 commit comments

Comments
 (0)