diff --git a/defaults.inc b/defaults.inc index 44a492d3..e48bdba1 100755 --- a/defaults.inc +++ b/defaults.inc @@ -95,7 +95,7 @@ DISP_HEADER(){ c=0; cw=18; spc='' spc1=${cw}-${#lastrun_item} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done - echo -e " ${lastrun_item~}${spc}: ${lastrun_date[0]}" + echo -e " ${lastrun_item~}${spc}: ${lastrun_date[0]} ${lastrun_date[1]}" done DIVIDER