You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/01/13 23:41:23 UTC

[incubator-openwhisk] branch master updated: Fix vagrant on Windows (#3184)

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

csantanapr 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 607e1c6  Fix vagrant on Windows (#3184)
607e1c6 is described below

commit 607e1c61986a3bff9e5caa4118dfddd403aec49b
Author: Sciabarra.com ltd <30...@users.noreply.github.com>
AuthorDate: Sun Jan 14 00:41:18 2018 +0100

    Fix vagrant on Windows (#3184)
---
 tools/vagrant/Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/vagrant/Vagrantfile b/tools/vagrant/Vagrantfile
index d846880..5c31cf1 100644
--- a/tools/vagrant/Vagrantfile
+++ b/tools/vagrant/Vagrantfile
@@ -33,7 +33,7 @@ Vagrant.configure('2') do |config|
   end
 
   # Shared root of repository; do not use symlinks
-  config.vm.synced_folder '../../', '/home/vagrant/openwhisk'
+  config.vm.synced_folder File.expand_path('..', File.expand_path('..', Dir.pwd)), '/home/vagrant/openwhisk'
 
   # Prevents "stdin: is not a tty" on Ubuntu (https://github.com/mitchellh/vagrant/issues/1673)
   config.vm.provision "fix-no-tty", type: "shell" do |s|

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