summaryrefslogtreecommitdiff
path: root/lib/chef/resource/apt_preference.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-04-27 10:16:52 -0700
committerTim Smith <tsmith@chef.io>2018-04-27 10:16:52 -0700
commit1907fff3be0f10ce26cadde8681fcd9b49c51481 (patch)
tree61e34df60bcf78753f314e52f365e60c977bc781 /lib/chef/resource/apt_preference.rb
parentf0db2769459a215a4beeb7b6e6207d7c8a0efed3 (diff)
downloadchef-1907fff3be0f10ce26cadde8681fcd9b49c51481.tar.gz
Add missing periods and rely on word wrapcleanup
Just stick the descriptions on a single line so that we utilize large monitors. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/apt_preference.rb')
-rw-r--r--lib/chef/resource/apt_preference.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/resource/apt_preference.rb b/lib/chef/resource/apt_preference.rb
index e546a54225..0169fb73c2 100644
--- a/lib/chef/resource/apt_preference.rb
+++ b/lib/chef/resource/apt_preference.rb
@@ -25,9 +25,7 @@ class Chef
resource_name :apt_preference
provides(:apt_preference) { true }
- description "The apt_preference resource allows for the creation of APT preference"\
- " files. Preference files are used to control which package versions and"\
- " sources are prioritized during installation."
+ description "The apt_preference resource allows for the creation of APT preference files. Preference files are used to control which package versions and sources are prioritized during installation."
introduced "13.3"
property :package_name, String,