aboutsummaryrefslogtreecommitdiff
path: root/sbocheck
diff options
context:
space:
mode:
Diffstat (limited to 'sbocheck')
-rwxr-xr-xsbocheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbocheck b/sbocheck
index 55209db..ae3bc42 100755
--- a/sbocheck
+++ b/sbocheck
@@ -32,7 +32,7 @@ my @listing;
for my $key (keys @updates) {
my $string = "$updates[$key]{name}-$updates[$key]{installed}";
$string .= " < needs updating (SBo has $updates[$key]{update})\n";
- push (@listing, $string);
+ push @listing, $string;
}
if (exists $listing[0]) {