Merge a1ca699bd4
into 2df1e31940
This commit is contained in:
commit
9b909ada00
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
# TODO: "merge" symlink and user_symlink methods
|
||||
def symlink(guest_path, bucket_path = "/tmp/vagrant-cache/#{@name}", create_parent: true)
|
||||
def symlink(guest_path, bucket_path = "/tmp/vagrant-cache/#{@name}", create_parent = true)
|
||||
return if @env[:cache_dirs].include?(guest_path)
|
||||
|
||||
@env[:cache_dirs] << guest_path
|
||||
|
|
Loading…
Add table
Reference in a new issue