Skip to content

Commit

Permalink
amfora: 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 a9b53cb commit e11afeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/a/amfora.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def install
-X main.commit=#{Utils.git_head}
-X main.builtBy=homebrew
]
system "go", "build", *std_go_args(ldflags: ldflags)
system "go", "build", *std_go_args(ldflags:)
pkgshare.install "contrib/themes"
end

Expand Down

0 comments on commit e11afeb

Please sign in to comment.