Fix typo.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
e77967e78c
commit
143c69d107
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ sub BuildPosting {
|
||||||
if ($OptForce or (!$LastPosted) or ($LastPosted && $NextPosted <= DateTime->now)) {
|
if ($OptForce or (!$LastPosted) or ($LastPosted && $NextPosted <= DateTime->now)) {
|
||||||
print "... is due and will be posted.\n" if $Config{'verbose'} or $Config{'debug'};
|
print "... is due and will be posted.\n" if $Config{'verbose'} or $Config{'debug'};
|
||||||
} else {
|
} else {
|
||||||
printf ("... is not due (next post at %s).\n", $NextPosted->strftime('%Y-%m-%d'))
|
printf("... is not due (next post at %s).\n", $NextPosted->strftime('%Y-%m-%d'))
|
||||||
if $Config{'verbose'} or $Config{'debug'};
|
if $Config{'verbose'} or $Config{'debug'};
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue