Skip to content

Commit 805f5d6

Browse files
BrewTestBotbotantony
authored andcommitted
chainloop-cli 1.45.6
1 parent d4ba22c commit 805f5d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/c/chainloop-cli.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class ChainloopCli < Formula
22
desc "CLI for interacting with Chainloop"
33
homepage "https://docs.chainloop.dev"
4-
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.45.5.tar.gz"
5-
sha256 "79b28c5e40ca745fbd8098384b9e93afa799d67c6518f7a82875d51418648bd8"
4+
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.45.6.tar.gz"
5+
sha256 "7bfeb69254727012e93c8885d7680774b2c99b5227235d1f3b69c926f8f56bce"
66
license "Apache-2.0"
77
head "https://github.com/chainloop-dev/chainloop.git", branch: "main"
88

@@ -35,6 +35,6 @@ def install
3535
assert_match version.to_s, shell_output("#{bin}/chainloop version 2>&1")
3636

3737
output = shell_output("#{bin}/chainloop artifact download 2>&1", 1)
38-
assert_match "authentication required, please run \"chainloop auth login\"", output
38+
assert_match "run chainloop auth login", output
3939
end
4040
end

0 commit comments

Comments
 (0)