diff options
author | Tim Smith <tsmith@chef.io> | 2018-04-27 10:16:52 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-04-27 10:16:52 -0700 |
commit | 1907fff3be0f10ce26cadde8681fcd9b49c51481 (patch) | |
tree | 61e34df60bcf78753f314e52f365e60c977bc781 /lib/chef/resource/breakpoint.rb | |
parent | f0db2769459a215a4beeb7b6e6207d7c8a0efed3 (diff) | |
download | chef-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/breakpoint.rb')
-rw-r--r-- | lib/chef/resource/breakpoint.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/chef/resource/breakpoint.rb b/lib/chef/resource/breakpoint.rb index 1ccc4311b3..8af3edbe22 100644 --- a/lib/chef/resource/breakpoint.rb +++ b/lib/chef/resource/breakpoint.rb @@ -24,13 +24,7 @@ class Chef provides :breakpoint resource_name :breakpoint - description "Use the breakpoint resource to add breakpoints to recipes. Run the"\ - " chef-shell in chef-client mode, and then use those breakpoints to debug"\ - " recipes. Breakpoints are ignored by the chef-client during an actual"\ - " chef-client run. That said, breakpoints are typically used to debug"\ - " recipes only when running them in a non-production environment, after"\ - " which they are removed from those recipes before the parent cookbook is"\ - " uploaded to the Chef server." + description "Use the breakpoint resource to add breakpoints to recipes. Run the chef-shell in chef-client mode, and then use those breakpoints to debug recipes. Breakpoints are ignored by the chef-client during an actual chef-client run. That said, breakpoints are typically used to debug recipes only when running them in a non-production environment, after which they are removed from those recipes before the parent cookbook is uploaded to the Chef server." introduced "12.0" default_action :break |