You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ty...@apache.org on 2018/01/26 06:30:11 UTC

[incubator-openwhisk-devtools] branch env-update-1-25-2018 created (now 1c77f89)

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

tysonnorris pushed a change to branch env-update-1-25-2018
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git.


      at 1c77f89  formatting (tabs)

This branch includes the following new commits:

     new 1c77f89  formatting (tabs)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

[incubator-openwhisk-devtools] 01/01: formatting (tabs)

Posted by ty...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tysonnorris pushed a commit to branch env-update-1-25-2018
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git

commit 1c77f89c94dd6acee082df01f276bd653fd18b2d
Author: Tyson Norris <tn...@adobe.com>
AuthorDate: Thu Jan 25 22:29:57 2018 -0800

    formatting (tabs)
---
 docker-compose/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index cae4aa7..d40ccd0 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -66,8 +66,8 @@ docker:
 		./gradlew distdocker -x :core:swift3Action:distDocker -x :core:swiftAction:distDocker
 
 download-cli:
-    if [ "$(PROJECT_HOME)" = "./openwhisk-master" ]; then \
-        echo "downloading the CLI tool ... "
+	echo "downloading the CLI tool ... "
+	if [ "$(PROJECT_HOME)" = "./openwhisk-master" ]; then \
         if [ "$(UNAME_STR)" = "Darwin" ]; then \
           echo "downloading cli for mac" ; \
           curl -o $(PROJECT_HOME)/bin/wsk.zip -L https://github.com/apache/incubator-openwhisk-cli/releases/download/latest/OpenWhisk_CLI-latest-mac-amd64.zip ; \
@@ -79,9 +79,9 @@ download-cli:
             cd $(PROJECT_HOME)/bin ; \
             tar -xf wsk.tgz ; \
         fi; \
-    else \
+	else \
          echo "Skipping downloading the cli from git as PROJECT_HOME is not default:" $(PROJECT_HOME); \
-    fi
+	fi
 
 
 .PHONY: run

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