From 1907fff3be0f10ce26cadde8681fcd9b49c51481 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 27 Apr 2018 10:16:52 -0700 Subject: Add missing periods and rely on word wrap Just stick the descriptions on a single line so that we utilize large monitors. Signed-off-by: Tim Smith --- lib/chef/resource/apt_preference.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/chef/resource/apt_preference.rb') 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, -- cgit v1.2.1