Skip to content

Commit

Permalink
cortex: add conflict with cortexso
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Jul 28, 2024
1 parent 63dbe6e commit 56b74e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/c/cortex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class Cortex < Formula

depends_on "go" => :build

conflicts_with "cortexso", because: "both install `cortex` binaries"

def install
system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/cortex"
cd "docs/configuration" do
Expand Down

0 comments on commit 56b74e3

Please sign in to comment.