Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Commit 59bf6f6

Browse files
authored
Fixes "shared folder guest path must be absolute"
1 parent 8e65a45 commit 59bf6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Vagrant.configure("2") do |config|
111111
# Copy selfmedicate and the manifests folder to the VM.
112112
config.vm.provision "file", source: "selfmedicate.sh", destination: "$HOME/selfmedicate.sh"
113113
config.vm.provision "file", source: "container-start.sh", destination: "$HOME/container-start.sh"
114-
config.vm.synced_folder "manifests", "$HOME/manifests"
114+
config.vm.synced_folder "manifests", "/home/vagrant/manifests"
115115

116116
# Provisioning antidote vagrant vm
117117
# This will install docker, kubectl and minikube

0 commit comments

Comments
 (0)