Skip to content

Commit

Permalink
Less extensive furthest warning: 2 months instead of 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 10, 2009
1 parent 6180f57 commit 006a34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/check_embedded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ sub comment {
} elsif ($days < 30) {
$days = int($days);
error("expires in $days days");
} elsif ($days < 90) {
} elsif ($days < 60) {
$days = int($days);
warning("expires in $days days");
}
Expand Down

0 comments on commit 006a34b

Please sign in to comment.