From b98c0508d25ab9e23931d27184379028b3d235e5 Mon Sep 17 00:00:00 2001 From: Quentin Nerden Date: Thu, 14 Jun 2018 00:20:16 -0700 Subject: [PATCH] bats: conflicts with bats-core --- Formula/bats.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/bats.rb b/Formula/bats.rb index 63afda1b5507f..852489474f2b6 100644 --- a/Formula/bats.rb +++ b/Formula/bats.rb @@ -7,6 +7,8 @@ class Bats < Formula bottle :unneeded + conflicts_with "bats-core", :because => "both install `bats` executables" + def install system "./install.sh", prefix end