Skip to content

Commit

Permalink
kubernetes-cli: stop removing .brew_home
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Apr 20, 2024
1 parent 890450e commit 44bc590
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/k/kubernetes-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ class KubernetesCli < Formula
uses_from_macos "rsync" => :build

def install
# Don't dirty the git tree
rm_rf ".brew_home"

ENV.prepend_path "PATH", Formula["coreutils"].libexec/"gnubin" # needs GNU date
system "make", "WHAT=cmd/kubectl"
bin.install "_output/bin/kubectl"
Expand Down

0 comments on commit 44bc590

Please sign in to comment.