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

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


The following commit(s) were added to refs/heads/master by this push:
     new defaf97  Changing default namespace from guest to _ (#71)
defaf97 is described below

commit defaf9776014c3d9edbffb2671ed166855d0ee60
Author: Priti Desai <pde...@us.ibm.com>
AuthorDate: Mon Apr 9 17:41:15 2018 -0700

    Changing default namespace from guest to _ (#71)
---
 whisk/wskprops.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/whisk/wskprops.go b/whisk/wskprops.go
index c5f0d75..2abe7ba 100644
--- a/whisk/wskprops.go
+++ b/whisk/wskprops.go
@@ -38,7 +38,7 @@ const (
        OPENWHISK_PORT       = "whisk.api.host.port"
        OPENWHISK_HOST       = "whisk.api.host.name"
        DEFAULT_VERSION      = "v1"
-       DEFAULT_NAMESPACE    = "guest"
+       DEFAULT_NAMESPACE    = "_"
 
        NAMESPACE          = "NAMESPACE"
        AUTH               = "AUTH"

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

Reply via email to