summaryrefslogtreecommitdiff
path: root/lib/chef/platform.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r--lib/chef/platform.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/platform.rb b/lib/chef/platform.rb
index c8d220a8ea..19c61b0e6b 100644
--- a/lib/chef/platform.rb
+++ b/lib/chef/platform.rb
@@ -26,7 +26,7 @@ class Chef
:mac_os_x => {},
:ubuntu => {
:default => {
- :package => Chef::Provider::Apt,
+ :package => Chef::Provider::Package::Apt,
:service => Chef::Provider::Service::Debian,
}
},