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

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


The following commit(s) were added to refs/heads/master by this push:
     new 894ded5  Fixes #260 (#1) (#261)
894ded5 is described below

commit 894ded56e5f130104ef0f7b2aec96e896c3c8d09
Author: eggyal <[email protected]>
AuthorDate: Thu May 16 11:52:39 2019 +0100

    Fixes #260 (#1) (#261)
    
    Removed unknown `namespace` flag from `wsk property set` in `init-whisk-cli`
---
 docker-compose/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index ac9a4d4..a6da389 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -341,7 +341,7 @@ init-whisk-cli:
        echo "waiting for the Whisk controller to come up ... "
        until $$(curl --output /dev/null --silent --head --fail 
http://$(DOCKER_HOST_IP):8888/ping); do printf '.'; sleep 5; done
        echo "initializing CLI properties into $(WSK_CONFIG_FILE)"
-       WSK_CONFIG_FILE=$(WSK_CONFIG_FILE) $(WSK_CLI) property set --namespace 
guest --auth `cat $(OPENWHISK_PROJECT_HOME)/ansible/files/auth.guest` --apihost 
https://$(DOCKER_HOST_IP) -i
+       WSK_CONFIG_FILE=$(WSK_CONFIG_FILE) $(WSK_CLI) property set --auth `cat 
$(OPENWHISK_PROJECT_HOME)/ansible/files/auth.guest` --apihost 
https://$(DOCKER_HOST_IP) -i
 
 .PHONY: init-api-management
 init-api-management:

Reply via email to