You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/02/10 23:45:49 UTC

[incubator-openwhisk-deploy-kube] branch master updated: fix typo in kafkapkg-installer directory name (#156)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new fc61aa9  fix typo in kafkapkg-installer directory name (#156)
fc61aa9 is described below

commit fc61aa9ce7bcbdda7ffd92d58f3aa4c3db7fc6ef
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sat Feb 10 18:45:46 2018 -0500

    fix typo in kafkapkg-installer directory name (#156)
---
 tools/travis/deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/deploy.sh b/tools/travis/deploy.sh
index 7b2606a..24ad12f 100755
--- a/tools/travis/deploy.sh
+++ b/tools/travis/deploy.sh
@@ -20,4 +20,4 @@ echo "Publishing kube-routemgmt image"
 ./tools/travis/publish.sh openwhisk kube-routemgmt latest docker/routemgmt
 
 echo "Publishing kube-kafkapkginstaller image"
-./tools/travis/publish.sh openwhisk kube-kafkapkginstaller latest docker/kafapkg-installer
+./tools/travis/publish.sh openwhisk kube-kafkapkginstaller latest docker/kafkapkg-installer

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.