Skip to content

Commit

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

def install
ldflags = "-s -w -X github.com/rhysd/actionlint.version=#{version}"
system "go", "build", *std_go_args(ldflags: ldflags), "./cmd/actionlint"
system "go", "build", *std_go_args(ldflags:), "./cmd/actionlint"
system "ronn", "man/actionlint.1.ronn"
man1.install "man/actionlint.1"
end
Expand Down

0 comments on commit e0cfea0

Please sign in to comment.