Skip to content

Commit

Permalink
aliyun-cli: 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 9ce7115 commit 6c27779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/a/aliyun-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AliyunCli < Formula

def install
ldflags = "-s -w -X github.com/aliyun/aliyun-cli/cli.Version=#{version}"
system "go", "build", *std_go_args(output: bin/"aliyun", ldflags: ldflags), "main/main.go"
system "go", "build", *std_go_args(output: bin/"aliyun", ldflags:), "main/main.go"
end

test do
Expand Down

0 comments on commit 6c27779

Please sign in to comment.