about summary refs log tree commit diff stats
path: root/ara.pl
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-06-06 20:52:36 +0530
committerAndinus <andinus@nand.sh>2020-06-06 20:52:36 +0530
commitf5f8a8d344810719bd8bd88c12f93555766caa2b (patch)
treed075ac77d6cd66c1d8882f9b486ea26b8929a0ce /ara.pl
parent4404d4deb592afcfbb4429d88d16aeea3f871cec (diff)
downloadara-f5f8a8d344810719bd8bd88c12f93555766caa2b.tar.gz
Change Notes column width to 74
Diffstat (limited to 'ara.pl')
-rwxr-xr-xara.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ara.pl b/ara.pl
index 99a6823..ef137b9 100755
--- a/ara.pl
+++ b/ara.pl
@@ -107,7 +107,7 @@ my ( $covid_19_data, $notes_table, @months, $today );
 if ( $state_notes ) {
     $notes_table = Text::ASCIITable->new( { drawRowLine => 1 } );
     $notes_table->setCols( qw( State Notes ) );
-    $notes_table->setColWidth( 'Notes', 84 );
+    $notes_table->setColWidth( 'Notes', 74 );
 } else {
     # Map month number to Months.
     @months = qw( lol Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec );