mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-02 17:33:23 +00:00
Fixup some code typos in the pull request
This commit is contained in:
parent
07f59738e6
commit
fc66ddc34b
2 changed files with 4 additions and 1 deletions
|
@ -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, ' "', $_, '"' )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue