Skip to content

Commit

Permalink
Fix missing documentation comment in HashStore
Browse files Browse the repository at this point in the history
  • Loading branch information
wheatevo authored Mar 15, 2021
1 parent 62c717c commit ad83d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/remotus/auth/hash_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def initialize
#
# Retrieves a credential from the hash store
#
# @param [Remotus::SshConnection, Remotus::WinrmConnection, #host] connection <description>
# @param [Remotus::SshConnection, Remotus::WinrmConnection, #host] connection associated connection
# @param [Hash] _options unused options hash
#
# @return [Remotus::Auth::Credential, nil] found credential or nil
Expand Down

0 comments on commit ad83d86

Please sign in to comment.