Skip to content

Commit

Permalink
check_portage_age.pl: fix message output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameeyes authored and antonfischl1980 committed Nov 23, 2012
1 parent 81a33e1 commit 06591d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_portage_age.pl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ END

my $timestamp = str2time($timestamp_str);
my $difference = time() - $timestamp;
my $message = "last sync " . duration($difference) . " seconds ago";
my $message = "last sync " . duration($difference) . " ago";

my $code;
if ( $difference > $np->opts->critical ) {
Expand Down

0 comments on commit 06591d5

Please sign in to comment.