diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-23 20:05:53 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-23 20:05:53 -0700 |
commit | 3043547212bc0ebd00376363f35ee65928bc2d13 (patch) | |
tree | c81aa6585e5cd16b6d7d937bc1ed1ccaf68bd396 /lib/chef/http.rb | |
parent | 09881f5cec2d6d5951df2e42f8520c088dbcb09d (diff) | |
download | chef-3043547212bc0ebd00376363f35ee65928bc2d13.tar.gz |
Fix a yard syntax error
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/http.rb')
-rw-r--r-- | lib/chef/http.rb | 2 |
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) |