faas-cli 0.4.30
Closes #20274. Signed-off-by: William Woodruff <william@tuffbizz.com>
This commit is contained in:
parent
8d399ab891
commit
0d4625ced8
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ class FaasCli < Formula
|
|||
desc "CLI for templating and/or deploying FaaS functions"
|
||||
homepage "http://docs.get-faas.com/"
|
||||
url "https://github.com/openfaas/faas-cli.git",
|
||||
:tag => "0.4.20",
|
||||
:revision => "32c3a29e834c26beba68513fcf6b083560314a8a"
|
||||
:tag => "0.4.30",
|
||||
:revision => "6863e2d6b9c59443a6a47069c9ca48b231184725"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -60,7 +60,7 @@ class FaasCli < Formula
|
|||
|
||||
expected = <<~EOS
|
||||
Deploying: dummy_function.
|
||||
Removing old service.
|
||||
Removing old function.
|
||||
Deployed.
|
||||
URL: http://localhost:#{port}/function/dummy_function
|
||||
|
||||
|
|
Loading…
Reference in a new issue