diff options
Diffstat (limited to 'lib/chef/resource/breakpoint.rb')
-rw-r--r-- | lib/chef/resource/breakpoint.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/breakpoint.rb b/lib/chef/resource/breakpoint.rb index 50e2d06391..360c064ff0 100644 --- a/lib/chef/resource/breakpoint.rb +++ b/lib/chef/resource/breakpoint.rb @@ -92,7 +92,7 @@ class Chef super(caller.first, *args) end - action :break do + action :break, description: "Add a breakpoint for use with #{ChefUtils::Dist::Infra::SHELL}" do if defined?(Shell) && Shell.running? with_run_context :parent do run_context.resource_collection.iterator.pause |