diff options
Diffstat (limited to 'lib/chef/http/authenticator.rb')
-rw-r--r-- | lib/chef/http/authenticator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/authenticator.rb b/lib/chef/http/authenticator.rb index 4255f18cbd..d1f6a7c2c7 100644 --- a/lib/chef/http/authenticator.rb +++ b/lib/chef/http/authenticator.rb @@ -48,7 +48,7 @@ class Chef [http_response, rest_request, return_value] end - def stream_response_handler(response) + def stream_response_handler(_response) nil end |