aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ravanan/command-line-tool.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ravanan/command-line-tool.scm b/ravanan/command-line-tool.scm
index 65b001e..9e70a86 100644
--- a/ravanan/command-line-tool.scm
+++ b/ravanan/command-line-tool.scm
@@ -372,7 +372,7 @@ in which the G-expressions are inserted."
((string)
value)
((int)
- (number->string value))
+ #~(number->string #$value))
((File)
#~(assoc-ref* #$value "path"))
(else