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 92f4603  fix wsk autocomplete for Vagrant (#2775)
92f4603 is described below

commit 92f46034e0df7b2e734ffecbdfe9e43d855a71ac
Author: Carlos Santana <csantan...@gmail.com>
AuthorDate: Wed Sep 20 17:54:07 2017 -0400

    fix wsk autocomplete for Vagrant (#2775)
---
 tools/vagrant/Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/vagrant/Vagrantfile b/tools/vagrant/Vagrantfile
index cfa62fc..0240e34 100644
--- a/tools/vagrant/Vagrantfile
+++ b/tools/vagrant/Vagrantfile
@@ -155,7 +155,7 @@ $script_end = <<SCRIPT
   chmod +x ${HOME}/bin/wsk
   chown vagrant:vagrant ${HOME}/bin/wsk
   PATH=${PATH}:${HOME}/bin
-  eval "`wsk sdk install bashauto --stdout`"
+  echo 'eval "`wsk sdk install bashauto --stdout`"'>>${HOME}/.bashrc
 
   # Run OpenWhisk CLI
   touch $HOME/.wskprops

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

Reply via email to