summaryrefslogtreecommitdiff
path: root/lib/chef/provider/apt_update.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/apt_update.rb')
-rw-r--r--lib/chef/provider/apt_update.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/provider/apt_update.rb b/lib/chef/provider/apt_update.rb
index d20cf12d0d..7ba7c16b9f 100644
--- a/lib/chef/provider/apt_update.rb
+++ b/lib/chef/provider/apt_update.rb
@@ -28,8 +28,7 @@ class Chef
APT_CONF_DIR = "/etc/apt/apt.conf.d".freeze
STAMP_DIR = "/var/lib/apt/periodic".freeze
- def load_current_resource
- end
+ def load_current_resource; end
action :periodic do
if !apt_up_to_date?