summaryrefslogtreecommitdiff
path: root/community-garden/edit.scm
diff options
context:
space:
mode:
Diffstat (limited to 'community-garden/edit.scm')
-rw-r--r--community-garden/edit.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/community-garden/edit.scm b/community-garden/edit.scm
index 9e56f87..bbfc0ad 100644
--- a/community-garden/edit.scm
+++ b/community-garden/edit.scm
@@ -33,6 +33,6 @@
(on approved-plants-vow
(match-lambda
((plant . _)
- ($ gardener 'plant plant x y))))))
+ ($ gardener 'plant x y plant))))))
(exp
(format #t "unrecognized command: ~a\n" exp)))))