Skip to content

Commit a2c5b8a

Browse files
committed
fix plugin commandline options support #151
1 parent 54b71f4 commit a2c5b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/check_raid.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
if (my $opts = $mp->opts->get('plugin-option')) {
141141
foreach my $o (@$opts) {
142142
my($k, $v) = split(/=/, $o, 2);
143-
$plugin_options{$k} = $v;
143+
$plugin_options{options}{$k} = $v;
144144
}
145145
}
146146

0 commit comments

Comments
 (0)