faas-cli 0.4.30

Closes #20274.

Signed-off-by: William Woodruff <william@tuffbizz.com>
This commit is contained in:
ilovezfs 2017-11-04 13:15:22 -07:00 committed by William Woodruff
parent 8d399ab891
commit 0d4625ced8
No known key found for this signature in database
GPG key ID: 85AE00C504833B3C

View file

@ -2,8 +2,8 @@ class FaasCli < Formula
desc "CLI for templating and/or deploying FaaS functions" desc "CLI for templating and/or deploying FaaS functions"
homepage "http://docs.get-faas.com/" homepage "http://docs.get-faas.com/"
url "https://github.com/openfaas/faas-cli.git", url "https://github.com/openfaas/faas-cli.git",
:tag => "0.4.20", :tag => "0.4.30",
:revision => "32c3a29e834c26beba68513fcf6b083560314a8a" :revision => "6863e2d6b9c59443a6a47069c9ca48b231184725"
bottle do bottle do
cellar :any_skip_relocation cellar :any_skip_relocation
@ -60,7 +60,7 @@ class FaasCli < Formula
expected = <<~EOS expected = <<~EOS
Deploying: dummy_function. Deploying: dummy_function.
Removing old service. Removing old function.
Deployed. Deployed.
URL: http://localhost:#{port}/function/dummy_function URL: http://localhost:#{port}/function/dummy_function