Skip to content

Commit

Permalink
aws-iam-authenticator: 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 c4265e9 commit c51373c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/a/aws-iam-authenticator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def install
"-X sigs.k8s.io/aws-iam-authenticator/pkg.Version=#{version}",
"-X sigs.k8s.io/aws-iam-authenticator/pkg.CommitID=#{Utils.git_head}",
"-buildid=''"]
system "go", "build", *std_go_args(ldflags: ldflags), "./cmd/aws-iam-authenticator"
system "go", "build", *std_go_args(ldflags:), "./cmd/aws-iam-authenticator"
prefix.install_metafiles
end

Expand Down

0 comments on commit c51373c

Please sign in to comment.