Skip to content

Commit

Permalink
kops: fix 1.4.1 broken version in client
Browse files Browse the repository at this point in the history
Closes #7476.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
  • Loading branch information
WillPlatnick authored and nijikon committed Dec 2, 2016
1 parent 1cce81c commit 5fe327a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/kops.rb
Expand Up @@ -4,6 +4,7 @@ class Kops < Formula
url "https://github.com/kubernetes/kops/archive/v1.4.1.tar.gz"
sha256 "69b3c9d7e214109cfd197031091ed23963383c894e92804306629f6a32ab324b"
head "https://github.com/kubernetes/kops.git"
revision 1

bottle do
cellar :any_skip_relocation
Expand All @@ -16,6 +17,7 @@ class Kops < Formula
depends_on "kubernetes-cli"

def install
ENV["VERSION"] = version unless build.head?
ENV["GOPATH"] = buildpath
kopspath = buildpath/"src/k8s.io/kops"
kopspath.install Dir["*"]
Expand Down

0 comments on commit 5fe327a

Please sign in to comment.