Skip to content

Commit 6c6d993

Browse files
committed
updated /vagrant share permissions for Windows users
1 parent 7995bd8 commit 6c6d993

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
@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
1212

1313
# Windows users need to change the permissions explicitly so that Windows doesn't
1414
# set the execute bit on all of your files which messes with GitHub users on Mac and Linux
15-
config.vm.synced_folder "./", "/vagrant", owner: "vagrant", mount_options: ["dmode=755,fmode=644"]
15+
config.vm.synced_folder "./", "/vagrant", owner: "vagrant", mount_options: ["dmode=775,fmode=664"]
1616

1717
# Example for VirtualBox:
1818
config.vm.provider "virtualbox" do |vb|

0 commit comments

Comments
 (0)