Skip to content

Commit

Permalink
autobrr: 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 269eb28 commit c4265e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/a/autobrr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def install

ldflags = "-s -w -X main.version=#{version} -X main.commit=#{tap.user}"

system "go", "build", *std_go_args(output: bin/"autobrr", ldflags: ldflags), "./cmd/autobrr"
system "go", "build", *std_go_args(output: bin/"autobrrctl", ldflags: ldflags), "./cmd/autobrrctl"
system "go", "build", *std_go_args(output: bin/"autobrr", ldflags:), "./cmd/autobrr"
system "go", "build", *std_go_args(output: bin/"autobrrctl", ldflags:), "./cmd/autobrrctl"
end

def post_install
Expand Down

0 comments on commit c4265e9

Please sign in to comment.