Skip to content

Commit

Permalink
kamel 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and alebcay committed Aug 7, 2024
1 parent 218e906 commit d916cf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/k/kamel.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kamel < Formula
desc "Apache Camel K CLI"
homepage "https://camel.apache.org/"
url "https://github.com/apache/camel-k/archive/refs/tags/v2.3.3.tar.gz"
sha256 "0a2ce0113407bb56b60ed38a0e150b0056eb890fc1daa5fc31695aef96233317"
url "https://github.com/apache/camel-k/archive/refs/tags/v2.4.0.tar.gz"
sha256 "0535bb2c9c0c48f75bccd8a36c2bc866dd0b7959034ee18e473b08ff210ca9e4"
license "Apache-2.0"
head "https://github.com/apache/camel-k.git", branch: "main"

Expand Down Expand Up @@ -47,9 +47,9 @@ def install
assert_match "Error: cannot get command client: invalid configuration", reset_output

rebuild_output = shell_output("echo $(#{bin}/kamel rebuild 2>&1)")
assert_match "Config not found", rebuild_output
assert_match "Error: cannot get command client: invalid configuration", rebuild_output

reset_output = shell_output("echo $(#{bin}/kamel reset 2>&1)")
assert_match "Config not found", reset_output
assert_match "Error: cannot get command client: invalid configuration", reset_output
end
end

0 comments on commit d916cf8

Please sign in to comment.