fix: repeated tasks records

pull/1764/head
Tienson Qin 2021-05-10 12:43:32 +08:00
parent 338de314c5
commit c78b225bbb
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@
(when content
(str (string/trimr content)
"\n"
(util/format "- %s -> DONE [%s]"
(util/format "* %s -> DONE [%s]"
marker
(date/get-local-date-time-string)))))
content))