Skip to content

Commit

Permalink
access: 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 b52f1cf commit d4ab4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/a/access.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def install
-X main.GitVersion=#{Utils.git_head}
]

system "go", "build", *std_go_args(ldflags: ldflags), "./cmd/access"
system "go", "build", *std_go_args(ldflags:), "./cmd/access"

# Install shell completions
generate_completions_from_executable(bin/"access", "completion")
Expand Down

0 comments on commit d4ab4d3

Please sign in to comment.