Skip to content

Commit

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

def install
ldflags = "-s -w -X main.version=#{version}"
system "go", "build", *std_go_args(ldflags: ldflags), "./cmd/alp"
system "go", "build", *std_go_args(ldflags:), "./cmd/alp"

generate_completions_from_executable(bin/"alp", "completion")
end
Expand Down

0 comments on commit a9b53cb

Please sign in to comment.