Skip to content

Commit a1be12c

Browse files
authored
Fix sensor multiplier typo (librenms#18078)
wtf
1 parent 37d623c commit a1be12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/discovery/functions.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ function discovery_process($os, $sensor_class, $pre_cache)
521521
if (isset($data['multiplier'])) {
522522
$multiplier = YamlDiscovery::replaceValues('multiplier', $index, $count, $data, $pre_cache);
523523
} elseif (isset($sensor_options['multiplier'])) {
524-
$multipler = $sensor_options['multiplier'];
524+
$multiplier = $sensor_options['multiplier'];
525525
} else {
526526
$multiplier = 1;
527527
}

0 commit comments

Comments
 (0)