fix(mode): Tplink memory typo (#2876)

This commit is contained in:
Thibault S 2021-06-15 15:24:46 +02:00 committed by GitHub
parent cdb68929f2
commit d8a3dae5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# limitations under the License.
#
package network::tplink::snmp::mode::::memory;
package network::tplink::snmp::mode::memory;
use base qw(centreon::plugins::templates::counter);