summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-23 20:05:53 -0700
committerTim Smith <tsmith@chef.io>2018-08-23 20:05:53 -0700
commit3043547212bc0ebd00376363f35ee65928bc2d13 (patch)
treec81aa6585e5cd16b6d7d937bc1ed1ccaf68bd396
parent09881f5cec2d6d5951df2e42f8520c088dbcb09d (diff)
downloadchef-3043547212bc0ebd00376363f35ee65928bc2d13.tar.gz
Fix a yard syntax error
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http.rb b/lib/chef/http.rb
index 016e81d12c..3f815b9eff 100644
--- a/lib/chef/http.rb
+++ b/lib/chef/http.rb
@@ -215,7 +215,7 @@ class Chef
# you to unlink the tempfile when you're done with it.
#
# @yield [tempfile] block to process the tempfile
- # @yieldparams [tempfile<Tempfile>] tempfile
+ # @yieldparam [tempfile<Tempfile>] tempfile
def streaming_request(path, headers = {}, tempfile = nil)
http_attempts ||= 0
url = create_url(path)