From 1bee94ff83340719d03ec1446b72c4e2475c796f Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Wed, 6 Apr 2022 23:48:16 +0200
Subject: fix(util): update error

---
 fnl/util.fnl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'fnl')

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)))))
-- 
cgit v1.2.3-70-g09d2