Refs #5850
This commit is contained in:
parent
f2321264d5
commit
f4af63e8eb
|
@ -110,6 +110,7 @@ sub get_plugin {
|
|||
$self->{version} = $self->{options}->get_option(argument => 'version' );
|
||||
$self->{runas} = $self->{options}->get_option(argument => 'runas' );
|
||||
$self->{environment} = $self->{options}->get_option(argument => 'environment' );
|
||||
$self->{ignore_warn_msg} = $self->{options}->get_option(argument => 'ignore_warn_msg' );
|
||||
|
||||
$self->{output}->mode(name => $self->{mode});
|
||||
$self->{output}->plugin(name => $self->{plugin});
|
||||
|
|
Loading…
Reference in New Issue