From e6c309a7efe3481478a7c18a153fefd6a2487244 Mon Sep 17 00:00:00 2001 From: Boris Paing Date: Thu, 19 Mar 2020 11:01:03 +0100 Subject: [PATCH] Fix output filename --- process-likes-g1tx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process-likes-g1tx.sh b/process-likes-g1tx.sh index ad97efc..c8b30bd 100755 --- a/process-likes-g1tx.sh +++ b/process-likes-g1tx.sh @@ -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