mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
fix missing $self in call to read_ssh_file
This commit is contained in:
parent
f9c6120477
commit
3e3ed2c1cc
1 changed files with 1 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} } ) {
|
||||
read_ssh_file($self, $self->{ssh_config});
|
||||
$self->read_ssh_file($self, $self->{ssh_config});
|
||||
|
||||
$self->debug( 5, 'Have the following ssh hostnames' );
|
||||
$self->debug( 5, ' "', $_, '"' ) foreach ( sort keys %ssh_hostname_for );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue