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