summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnet_if2
1 files changed, 1 insertions, 1 deletions
diff --git a/net_if b/net_if
index 8d6f71d..a0bb4c0 100755
--- a/net_if
+++ b/net_if
@@ -92,7 +92,7 @@ sub print_stats {
}
}
- ok("$count interfaces | $perfdata");
+ ok("$count interfaces |$perfdata");
}
my ($up, $down, $error) = get_if_status(@ARGV);