+ Fix time-host command issue
This commit is contained in:
parent
660f703446
commit
a53df7e504
|
@ -66,7 +66,6 @@ sub run {
|
|||
my ($self, %options) = @_;
|
||||
$self->{connector} = $options{custom};
|
||||
|
||||
$self->{connector}->set_discovery();
|
||||
$self->{connector}->add_params(params => $self->{option_results},
|
||||
command => 'timehost');
|
||||
$self->{connector}->run();
|
||||
|
|
Loading…
Reference in New Issue