diff --git a/lib/App/ClusterSSH.pm b/lib/App/ClusterSSH.pm index 13ffe92..d0db3d7 100644 --- a/lib/App/ClusterSSH.pm +++ b/lib/App/ClusterSSH.pm @@ -60,7 +60,7 @@ sub new { $self->{config} = App::ClusterSSH::Config->new( parent => $self, ); $self->{helper} = App::ClusterSSH::Helper->new( parent => $self, ); - $self->set_config($self->config); + $self->set_config( $self->config ); # catch and reap any zombies $SIG{CHLD} = sub {