calicoctl 2.0.1
Closes #24496. Signed-off-by: commitay <commitay@users.noreply.github.com>
This commit is contained in:
parent
f38c975e99
commit
c8a66ca3a5
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ class Calicoctl < Formula
|
|||
desc "Calico CLI tool"
|
||||
homepage "https://www.projectcalico.org"
|
||||
url "https://github.com/projectcalico/calicoctl.git",
|
||||
:tag => "v2.0.0",
|
||||
:revision => "8006d58068c2a81d23977670e0c6061d959ba32c"
|
||||
:tag => "v2.0.1",
|
||||
:revision => "5fa93655169003652350321d90410ae4dc803d32"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -29,6 +29,6 @@ class Calicoctl < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system bin/"calicoctl", "--version"
|
||||
assert_match version.to_s, shell_output("#{bin}/calicoctl --version")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue