Copy & paste is evil
This commit is contained in:
parent
add4908912
commit
23e25c40ab
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ module Vagrant
|
||||||
@app.call env
|
@app.call env
|
||||||
end
|
end
|
||||||
|
|
||||||
# This method returns an actual list of VirtualBox shared
|
# This method returns an actual list of synced folders to create and their
|
||||||
# folders to create and their proper path.
|
# proper path.
|
||||||
def shared_folders
|
def shared_folders
|
||||||
{}.tap do |result|
|
{}.tap do |result|
|
||||||
@env[:machine].config.vm.synced_folders.each do |id, data|
|
@env[:machine].config.vm.synced_folders.each do |id, data|
|
||||||
|
|
Loading…
Add table
Reference in a new issue