diff options
-rw-r--r-- | ravanan/command-line-tool.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ravanan/command-line-tool.scm b/ravanan/command-line-tool.scm index 391ed81..d2281ba 100644 --- a/ravanan/command-line-tool.scm +++ b/ravanan/command-line-tool.scm @@ -322,7 +322,7 @@ basename of the original path, and not the store-interned path." (types (map (lambda (formal-input) (let ((id (assoc-ref formal-input "type"))) (or (assoc-ref formal-input "type") - (error "Type of input not specified" id)))) + (error "Type of input ~a not specified" id)))) formal-inputs))) (append-map (lambda (input type-tree) ;; Check type. |