summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-05-04 18:39:57 -0700
committerJohn McCrae <john.mccrae@progress.com>2021-05-14 08:53:51 -0700
commit9a1f65e656a6adcfae0d60e31f2200ef868dca4c (patch)
tree0c10a8c7a868cbfe076df25eb2b37c1d5a5b92cf
parent064db48a5eff0c5d831cd31cc97143d81477bd10 (diff)
downloadchef-9a1f65e656a6adcfae0d60e31f2200ef868dca4c.tar.gz
fix mangled comment
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/runner.rb b/lib/chef/runner.rb
index 4405843a9b..089ab0627a 100644
--- a/lib/chef/runner.rb
+++ b/lib/chef/runner.rb
@@ -70,7 +70,7 @@ class Chef
end
end
- # Actually run the action for releases
+ # Run the action on the resource.
resource.run_action(action, notification_type, notifying_resource)
# Execute any immediate and queue up any delayed notifications