Skip to content

Commit

Permalink
cortexso: add conflict with cortex
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Jul 28, 2024
1 parent 56b74e3 commit 77eb4ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/c/cortexso.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class Cortexso < Formula
depends_on "python-setuptools" => :build
end

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

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
bin.install_symlink Dir["#{libexec}/bin/*"]
Expand Down

0 comments on commit 77eb4ea

Please sign in to comment.