diff --git a/lib/vagrant-parallels/driver/base.rb b/lib/vagrant-parallels/driver/base.rb index e59eb5b..0156c1e 100644 --- a/lib/vagrant-parallels/driver/base.rb +++ b/lib/vagrant-parallels/driver/base.rb @@ -445,7 +445,6 @@ def read_guest_tools_iso_path(guest_os, arch=nil) } return nil unless iso_name[guest_os] - #if @machine.provider_config.update_guest_tools bundle_id = 'com.parallels.desktop.console' bundle_path = execute('mdfind', "kMDItemCFBundleIdentifier == #{bundle_id}") iso_path = File.expand_path("./Contents/Resources/Tools/#{iso_name[guest_os]}",