Skip to content

Commit

Permalink
Apply review
Browse files Browse the repository at this point in the history
Closes #44102.

Signed-off-by: Rui Chen <chenrui333@gmail.com>
  • Loading branch information
I332735 authored and chenrui333 committed Oct 5, 2019
1 parent be3c01c commit f3d0d3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/kyma-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ def install
cd bin_path do
system "dep", "ensure", "-vendor-only"
system "make", "build-darwin"
bin.install "bin/kyma-darwin"
mv bin/"kyma-darwin", bin/"kyma"
bin.install "bin/kyma-darwin" => "kyma"
end
end

Expand Down

0 comments on commit f3d0d3f

Please sign in to comment.