Fix output filename

This commit is contained in:
Boris Paing 2020-03-19 11:01:03 +01:00
parent b168d862d9
commit e6c309a7ef
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ date=$(date -u +%Y-week-%W)
if [[ ${#outputs[@]} -eq 1 ]]
then
msg_filename=thank-your-butts-$date
echo -e ${outputs[$n]} > ~/$msg_filename
echo -e ${outputs[$n]} > ~/$msg_filename.md
else
for i in ${!outputs[@]}
do