summaryrefslogtreecommitdiff
path: root/lib/chef/resource/deploy.rb
diff options
context:
space:
mode:
authorJack Foy <jfoy@whitepages.com>2013-07-19 14:31:57 -0700
committerJack Foy <jfoy@whitepages.com>2013-07-19 14:31:57 -0700
commitcfbc8c443ad8d46a13006be9ebf21886048f8860 (patch)
tree5051639ba0e8a241b3dfe41c82e75daa8731a889 /lib/chef/resource/deploy.rb
parent6af839c98c5ff980a6a0a8b8e4ea3be321f56468 (diff)
downloadchef-cfbc8c443ad8d46a13006be9ebf21886048f8860.tar.gz
Add spec for new timeout attribute on deploy resource
Diffstat (limited to 'lib/chef/resource/deploy.rb')
-rw-r--r--lib/chef/resource/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/deploy.rb b/lib/chef/resource/deploy.rb
index ca809b9130..60bfbbc81c 100644
--- a/lib/chef/resource/deploy.rb
+++ b/lib/chef/resource/deploy.rb
@@ -402,7 +402,7 @@ class Chef
# resource. The SCM provider knows that SCM resources can specify a
# timeout for SCM operations. The deploy resource must therefore support
# a timeout method, but the timeout it describes is for SCM operations,
- # not the overall deployment. This is ugly.
+ # not the overall deployment. This is potentially confusing.
def timeout(arg=nil)
set_or_return(
:timeout,