summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-06-05 09:45:35 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-06-05 09:45:35 -0700
commit1afcb6d7c1fda1e0e9aafb60413c3b18c5e10175 (patch)
tree69908bfd8963e64f6ab895e33185702bc89a260f
parente15fddfb3b8dbf4cb613783b06f60a8c333bba96 (diff)
downloadchef-1afcb6d7c1fda1e0e9aafb60413c3b18c5e10175.tar.gz
add back comment
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/mixin/shell_out.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/mixin/shell_out.rb b/lib/chef/mixin/shell_out.rb
index 47d9d88971..e7010bb989 100644
--- a/lib/chef/mixin/shell_out.rb
+++ b/lib/chef/mixin/shell_out.rb
@@ -79,6 +79,8 @@ class Chef
end
end
+ # helper sugar for resources that support passing timeouts to shell_out
+ #
# module method to not pollute namespaces, but that means we need self injected as an arg
# @api private
def self.maybe_add_timeout(obj, options)