summaryrefslogtreecommitdiff
path: root/lib/chef/resource/apt_update.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/apt_update.rb')
-rw-r--r--lib/chef/resource/apt_update.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/apt_update.rb b/lib/chef/resource/apt_update.rb
index fde53ec1d8..db87fefc91 100644
--- a/lib/chef/resource/apt_update.rb
+++ b/lib/chef/resource/apt_update.rb
@@ -86,7 +86,7 @@ class Chef
end
end
- action :periodic, description: "Update the Apt repository at the interval specified by the `frequency` property" do
+ action :periodic, description: "Update the Apt repository at the interval specified by the `frequency` property." do
return unless debian?
unless apt_up_to_date?
@@ -96,7 +96,7 @@ class Chef
end
end
- action :update, description: "Update the Apt repository at the start of a #{ChefUtils::Dist::Infra::PRODUCT} run" do
+ action :update, description: "Update the Apt repository at the start of a #{ChefUtils::Dist::Infra::PRODUCT} run." do
return unless debian?
converge_by "force update new lists of packages" do