File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,8 @@ class Druid < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "2ce14d3d0a0d03398dcc0c730019871ce33b746a3ef21bbd9f68d844da3701a2"
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "2ce14d3d0a0d03398dcc0c730019871ce33b746a3ef21bbd9f68d844da3701a2"
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "2ce14d3d0a0d03398dcc0c730019871ce33b746a3ef21bbd9f68d844da3701a2"
18- sha256 cellar : :any_skip_relocation , sonoma : "ee7305ebe8bdc866e13aff7a471e02d58306e74b40d2683a94c3e8ea96bcacda"
19- sha256 cellar : :any_skip_relocation , ventura : "ee7305ebe8bdc866e13aff7a471e02d58306e74b40d2683a94c3e8ea96bcacda"
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "2ce14d3d0a0d03398dcc0c730019871ce33b746a3ef21bbd9f68d844da3701a2"
15+ rebuild 1
16+ sha256 cellar : :any_skip_relocation , all : "346b09e24e2b3ac175a00f03b67490df9d30a58086e39e447198d851ded2a96a"
2117 end
2218
2319 depends_on "zookeeper" => :test
@@ -29,6 +25,7 @@ class Druid < Formula
2925 end
3026
3127 def install
28+ rm_r "quickstart/tutorial"
3229 libexec . install Dir [ "*" ]
3330
3431 %w[
You can’t perform that action at this time.
0 commit comments