fixed unclosed parentheses

cleanup
m455 2021-04-15 09:22:12 -04:00
parent e62642004a
commit cf4af31cd7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
(define add-command "add") (define add-command "add")
(define program-name "nicethings") (define program-name "nicethings")
(define program-file (string-append "." program-name)) (define program-file (string-append "." program-name))
(define program-path (path->string (build-path (find-system-path 'home-dir) program-file)) (define program-path (path->string (build-path (find-system-path 'home-dir) program-file)))
(define read-permissions 444) (define read-permissions 444)
(define newline "\n") (define newline "\n")
(define double-newline "\n\n") (define double-newline "\n\n")