From eacf37ada8a6c8d3ec1bdaaa9a82aef3ec95324b Mon Sep 17 00:00:00 2001 From: itoussies Date: Mon, 24 Aug 2020 15:21:40 +0200 Subject: [PATCH] single quote fix --- storage/hp/p2000/xmlapi/mode/listvolumes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/hp/p2000/xmlapi/mode/listvolumes.pm b/storage/hp/p2000/xmlapi/mode/listvolumes.pm index 2937f0614..b41264e02 100644 --- a/storage/hp/p2000/xmlapi/mode/listvolumes.pm +++ b/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' }, });