From 4070fd4d76faaab3a07a055c21f30e0481310105 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 29 Jan 2017 17:41:37 -0600 Subject: [PATCH] wrap-rmeta-slot -> build-rmeta-slot --- mudsync/command.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mudsync/command.scm b/mudsync/command.scm index c8cf362..95e04c5 100644 --- a/mudsync/command.scm +++ b/mudsync/command.scm @@ -91,7 +91,7 @@ ...)))))) (define-syntax-rule (build-commands (verb-or-verbs cmd-defs ...) ...) - (wrap-rmeta-slot + (build-rmeta-slot (append (%build-command verb-or-verbs cmd-defs ...) ...))) -- 2.31.1