fix netapp restapi volumeusage typo (#1074)

This commit is contained in:
Colin Gagnaire 2018-07-23 18:18:56 +02:00 committed by GitHub
parent 9e34038a48
commit 6928d417e7
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ sub custom_deduplication_perfdata {
min => 0, max => $self->{result_values}->{total}); min => 0, max => $self->{result_values}->{total});
} }
sub custom_deduplicationn_threshold { sub custom_deduplication_threshold {
my ($self, %options) = @_; my ($self, %options) = @_;
my ($exit, $threshold_value); my ($exit, $threshold_value);