doc: Directories are not supported for destination (issue4147)

This commit is contained in:
anatoly techtonik 2014-07-05 16:21:48 +03:00
parent 329b88bbb4
commit ebf5b12796
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ new VM.
Vagrant.configure("2") do |config|
# ... other configuration
config.vm.provision "file", source: "~/.gitconfig", destination: "."
config.vm.provision "file", source: "~/.gitconfig", destination: ".gitconfig"
end
Note that, unlike with synced folders, files that are uploaded will not