fixed unclosed parentheses
parent
e62642004a
commit
cf4af31cd7
|
@ -17,7 +17,7 @@
|
|||
(define add-command "add")
|
||||
(define program-name "nicethings")
|
||||
(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 newline "\n")
|
||||
(define double-newline "\n\n")
|
||||
|
|
Loading…
Reference in New Issue