From 073bdf471de33a6cc8ca0e8b0d0ee4dc6126a53a Mon Sep 17 00:00:00 2001 From: Collin Date: Thu, 19 Nov 2020 19:48:52 -0800 Subject: [PATCH] Update dotw.bash Updating line 39 for new twitter archive export format. --- dotw.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotw.bash b/dotw.bash index d063db3..7a3fbaf 100644 --- a/dotw.bash +++ b/dotw.bash @@ -36,7 +36,7 @@ makePostFiles () { else echo ${thisLine} >> ${thisDir}/dotwPosts/post.${fileNumPadded} fi - done < ${thisDir}/tweet.js + done < ${thisDir}/twitter/data/tweet.js printf "\n" }