diff options
Diffstat (limited to 'neighborcat/neighborcat.neb')
| -rw-r--r-- | neighborcat/neighborcat.neb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neighborcat/neighborcat.neb b/neighborcat/neighborcat.neb index ae2ae70..1c3b02a 100644 --- a/neighborcat/neighborcat.neb +++ b/neighborcat/neighborcat.neb @@ -77,7 +77,7 @@ (def target-porch (user-from-path target-eats)) (with-write (concat HOME target-porch PORCH NAME) (write CAT _file_) - (write (concat "thank you for the " target-eats-stem "!" (newline)) _file_))) + (write (concat "thank you for the " target-eats-stem "!\n") _file_))) (func init () ; create the new porch and bowl |
