Fixup some code typos in the pull request

This commit is contained in:
Duncan Ferguson 2017-03-16 22:42:06 +00:00
parent 07f59738e6
commit fc66ddc34b
2 changed files with 4 additions and 1 deletions

View file

@ -37,7 +37,7 @@ sub new {
# load in ssh hostname for later use
if ( !%ssh_hostname_for || !$ssh_configs_read{ $self->{ssh_config} } ) {
$self->read_ssh_file( $self, $self->{ssh_config} );
$self->read_ssh_file( $self->{ssh_config} );
$self->debug( 5, 'Have the following ssh hostnames' );
$self->debug( 5, ' "', $_, '"' )