summaryrefslogtreecommitdiffstats
path: root/inf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'inf.pl')
-rwxr-xr-xinf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inf.pl b/inf.pl
index f6677f9..a9122f9 100755
--- a/inf.pl
+++ b/inf.pl
@@ -151,7 +151,7 @@ sub show_status($) {
my $load = $inf->pdu_load_get();
if ( defined $load ) {
- $load = sprintf( "%.1f Amps", $load );
+ $load = sprintf( "%s Amps", $load );
}
else {
$load = "Unknown";