summaryrefslogtreecommitdiff
path: root/lib/chef/resource/bff_package.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/bff_package.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/bff_package.rb')
-rw-r--r--lib/chef/resource/bff_package.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/chef/resource/bff_package.rb b/lib/chef/resource/bff_package.rb
index 62838cfd60..8750cb0b2b 100644
--- a/lib/chef/resource/bff_package.rb
+++ b/lib/chef/resource/bff_package.rb
@@ -24,10 +24,7 @@ class Chef
resource_name :bff_package
provides :bff_package
- description "Use the bff_package resource to manage packages for the AIX platform"\
- " using the installp utility. When a package is installed from a local"\
- " file, it must be added to the node using the remote_file or cookbook_file"\
- " resources."
+ description "Use the bff_package resource to manage packages for the AIX platform using the installp utility. When a package is installed from a local file, it must be added to the node using the remote_file or cookbook_file resources."
introduced "12.0"
end
end