summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-06-08 15:40:56 -0700
committerTim Smith <tsmith@chef.io>2017-06-08 15:40:56 -0700
commit2bad4c1bf4308b5065575c48162ecaf1fdb52789 (patch)
treef9411fa6bffcafcf39b4126b0c9fafd2cc408b89
parent7d9e6830a834f3a66eada034c07b0c069b0eec67 (diff)
downloadchef-2bad4c1bf4308b5065575c48162ecaf1fdb52789.tar.gz
Fix a typo in the breakpoint resource name
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/breakpoint.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/breakpoint.rb b/lib/chef/resource/breakpoint.rb
index be39dcadae..81cfd89e5e 100644
--- a/lib/chef/resource/breakpoint.rb
+++ b/lib/chef/resource/breakpoint.rb
@@ -22,7 +22,7 @@ class Chef
class Resource
class Breakpoint < Chef::Resource
provides :breakpoint
- resource_name :breakpoinst
+ resource_name :breakpoint
default_action :break