You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/05/18 19:02:31 UTC

[incubator-openwhisk] branch master updated: Remove non-ascii character. (#3678)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0dfa49f  Remove non-ascii character. (#3678)
0dfa49f is described below

commit 0dfa49fb686e281cf54137c52318f309de391dd7
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Fri May 18 15:02:27 2018 -0400

    Remove non-ascii character. (#3678)
---
 ansible/group_vars/all | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index d4258b8..5ecd3bb 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -19,7 +19,7 @@ exclude_logs_from: []
 #   whisk_api_localhost_name_default (last)
 whisk_api_localhost_name_default: "localhost"
 
-hosts_dir: "{{ inventory_dir| default(env_hosts_dir) }}"
+hosts_dir: "{{ inventory_dir | default(env_hosts_dir) }}"
 
 whisk:
   version:

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