You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2017/06/05 15:56:39 UTC

[incubator-openwhisk-deploy-kube] branch master updated: Update setup.sh

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

mrutkowski 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 8ea2718  Update setup.sh
8ea2718 is described below

commit 8ea2718926c725c3f288fc02e8bb3152862158b7
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Mon Jun 5 10:56:37 2017 -0500

    Update setup.sh
---
 .travis/setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis/setup.sh b/.travis/setup.sh
index 579c2f1..1cc94eb 100755
--- a/.travis/setup.sh
+++ b/.travis/setup.sh
@@ -37,7 +37,7 @@ pushd $HOME/kubernetes
        hack/local-up-cluster.sh &
 popd
 
-# Wait untill kube is up and running
+# Wait until kube is up and running
 TIMEOUT=0
 TIMEOUT_COUNT=40
 until $( curl --output /dev/null --silent http://localhost:8080 ) || [ $TIMEOUT -eq $TIMEOUT_COUNT ]; do

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].