Skip to content

Commit

Permalink
Rename after install
Browse files Browse the repository at this point in the history
  • Loading branch information
dezmodue committed Nov 27, 2020
1 parent 40778f1 commit c2e107b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/helm2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Helm2 < Formula
sha256 "104dcda352985306d04d5d23aaf5252d00a85c083f3667fd013991d82f57ae83"

def install
bin.install "helm2"
bin.install "helm" => "helm2"
end

# Homebrew requires tests.
Expand Down
2 changes: 1 addition & 1 deletion Formula/helm3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Helm3 < Formula
sha256 "71d213d63e1b727d6640c4420aee769316f0a93168b96073d166edcd3a425b3d"

def install
bin.install "helm3"
bin.install "helm" => "helm3"
end

# Homebrew requires tests.
Expand Down

0 comments on commit c2e107b

Please sign in to comment.