From 8490a6a7e74b30b800d38107d4d307cc8ac242bf Mon Sep 17 00:00:00 2001 From: itoussies Date: Mon, 24 Aug 2020 15:21:40 +0200 Subject: [PATCH] single quote fix --- centreon-plugins/storage/hp/p2000/xmlapi/mode/listvolumes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/storage/hp/p2000/xmlapi/mode/listvolumes.pm b/centreon-plugins/storage/hp/p2000/xmlapi/mode/listvolumes.pm index 2937f0614..b41264e02 100644 --- a/centreon-plugins/storage/hp/p2000/xmlapi/mode/listvolumes.pm +++ b/centreon-plugins/storage/hp/p2000/xmlapi/mode/listvolumes.pm @@ -32,7 +32,7 @@ sub new { $options{options}->add_options(arguments => { 'name:s' => { name => 'name' }, - 'regexp" => { name => 'use_regexp' }, + 'regexp' => { name => 'use_regexp' }, 'filter-type:s' => { name => 'filter_type' }, });