Skip to content

Commit d9f91b9

Browse files
alebcaychenrui333
authored andcommitted
piknik: use std_go_args
1 parent e74cc16 commit d9f91b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/piknik.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Piknik < Formula
2121
depends_on "go" => :build
2222

2323
def install
24-
system "go", "build", *std_go_args, "-ldflags", "-s -w"
24+
system "go", "build", *std_go_args(ldflags: "-s -w")
2525
(prefix/"etc/profile.d").install "zsh.aliases" => "piknik.sh"
2626
end
2727

0 commit comments

Comments
 (0)