Skip to content

Commit

Permalink
arkade: 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 547e45a commit c87a64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/a/arkade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def install
-X github.com/alexellis/arkade/pkg.Version=#{version}
-X github.com/alexellis/arkade/pkg.GitCommit=#{Utils.git_head}
]
system "go", "build", *std_go_args(ldflags: ldflags)
system "go", "build", *std_go_args(ldflags:)

bin.install_symlink "arkade" => "ark"

Expand Down

0 comments on commit c87a64c

Please sign in to comment.