Skip to content

Commit

Permalink
no src
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Feb 2, 2024
1 parent aa5bef7 commit 9f7919e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/defang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ class Defang < Formula
depends_on "go" => :build

def install
Dir.chdir("src") do
system "go", "build", *std_go_args(ldflags: "-s -w")
end
system "go", "build", *std_go_args(ldflags: "-s -w")
end

test do
Expand Down

0 comments on commit 9f7919e

Please sign in to comment.