summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/easy_install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/package/easy_install.rb')
-rw-r--r--lib/chef/provider/package/easy_install.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/package/easy_install.rb b/lib/chef/provider/package/easy_install.rb
index 2f7880bf08..0b8e3952f7 100644
--- a/lib/chef/provider/package/easy_install.rb
+++ b/lib/chef/provider/package/easy_install.rb
@@ -67,7 +67,6 @@ class Chef
def load_current_resource
@current_resource = Chef::Resource::Package.new(@new_resource.name)
@current_resource.package_name(@new_resource.package_name)
- @current_resource.version(nil)
# get the currently installed version if installed
package_version = nil