From abf6201ce1a6c7784901daaebabb590a4093fbe3 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Jun 2025 15:30:18 +0200 Subject: [PATCH] feat(journal): sync command in notes dir --- journal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journal.sh b/journal.sh index 93307ca..0e2f7b2 100755 --- a/journal.sh +++ b/journal.sh @@ -10,7 +10,7 @@ month_dir=$(date +"%m %b") if [ "$1" = "sync" ]; then { - path="${journal_dir}/${month_dir}/" + path="${notes_dir}/" cd "$path" git pull git add .