diff options
| author | mryouse | 2022-06-25 03:09:58 +0000 |
|---|---|---|
| committer | mryouse | 2022-06-25 03:09:58 +0000 |
| commit | 35910fa0ce5ecaa8888c3fd5a0f45ea38b9efbe3 (patch) | |
| tree | 35d6b0d66c2482de0972c0023b8b935ac6a2872f /neighborcat | |
| parent | b2d4cf084071352bece5e80ad8aa43ae45a5a253 (diff) | |
bugfix: 'newline' descoped
Diffstat (limited to 'neighborcat')
| -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 |
