Skip to content

Commit

Permalink
Issue Parallels#427 Parallel tools installing
Browse files Browse the repository at this point in the history
Removes an unnecessary change
  • Loading branch information
ps-mattstuart committed Nov 4, 2022
1 parent 2e32c99 commit 7316801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vagrant-parallels/driver/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]}",
Expand Down

0 comments on commit 7316801

Please sign in to comment.