This commit is contained in:
Quentin Garnier 2014-09-30 16:52:03 +02:00
parent f2321264d5
commit f4af63e8eb
1 changed files with 1 additions and 0 deletions

View File

@ -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});