diff --git a/util.rkt b/util.rkt index 7dcf0d3..98af345 100644 --- a/util.rkt +++ b/util.rkt @@ -94,7 +94,7 @@ args)) todo-list)]) (display-to-file - (string-append (string-join new-list "\n") "\n") + (string-join new-list "\n") path #:mode 'text #:exists 'replace))))