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 2017/09/20 21:54:09 UTC

[incubator-openwhisk] branch master updated: fix wsk autocomplete for Vagrant (#2775)

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 <cs...@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" <co...@openwhisk.apache.org>'].