doc: Directories are not supported for destination (issue4147)
This commit is contained in:
parent
329b88bbb4
commit
ebf5b12796
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue