Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/r/rancher-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class RancherCli < Formula
desc "Unified tool to manage your Rancher server"
homepage "https://github.com/rancher/cli"
url "https://github.com/rancher/cli/archive/refs/tags/v2.13.1.tar.gz"
sha256 "e6893558d3168007e504e19977ec4c7e6cf58beb6c864214911b97a344b5e978"
url "https://github.com/rancher/cli/archive/refs/tags/v2.13.2.tar.gz"
sha256 "e3c12899efe4f1c98af5e676d7e8a637f3b6115ad0391013a10e58058bfc1e9d"
license "Apache-2.0"
head "https://github.com/rancher/cli.git", branch: "main"

Expand Down Expand Up @@ -30,7 +30,7 @@ def install
end

test do
assert_match "Failed to parse SERVERURL", shell_output("#{bin}/rancher login localhost -t foo 2>&1", 1)
assert_match "failed to parse SERVERURL", shell_output("#{bin}/rancher login localhost -t foo 2>&1", 1)
assert_match "invalid token", shell_output("#{bin}/rancher login https://127.0.0.1 -t foo 2>&1", 1)
end
end
Loading