aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbin/log/diary2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/log/diary b/bin/log/diary
index 660b747..f133b77 100755
--- a/bin/log/diary
+++ b/bin/log/diary
@@ -27,7 +27,7 @@ print_today() {
27} 27}
28 28
29edit_today() { 29edit_today() {
30 $EDITOR -c Goyo $today 30 $EDITOR $today
31} 31}
32 32
33add_entry() { 33add_entry() {