Skip to content

Commit

Permalink
dont alter the path during the bundler cleanup on windows and do not …
Browse files Browse the repository at this point in the history
…map the extra cache drive on non virtualbox windows

Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Dec 5, 2016
1 parent 2d4b2c7 commit e75a34a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kitchen/driver/vagrant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def winrm_transport?
# and share a local folder to that directory so that we don't pull them
# down every single time
def cache_directory
return if windows_host? && config[:provider] != "virtualbox"
config[:cache_directory]
end

Expand Down

0 comments on commit e75a34a

Please sign in to comment.