summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/util.fnl3
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/util.fnl b/fnl/util.fnl
index eb706cc..29db949 100644
--- a/fnl/util.fnl
+++ b/fnl/util.fnl
@@ -5,5 +5,4 @@
(let [(ok? val-or-err) (pcall require name)]
(if ok?
(val-or-err)
- (print "Could not load config: " val-or-err))))
-
+ (print (.. "Could not load config: " val-or-err)))))