File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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
4040end
You can’t perform that action at this time.
0 commit comments