summaryrefslogtreecommitdiff
path: root/init.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'init.lisp')
-rw-r--r--init.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lisp b/init.lisp
index 6585ea9..68b2a16 100644
--- a/init.lisp
+++ b/init.lisp
@@ -4,8 +4,8 @@
(defun init-db (&optional config)
(unless (boundp 'db:*store*)
- (if config
- nil
+ (unless config
+ nil ; TODO: handle the case where we have a config
(make-instance
'db:mp-store
:directory (merge-pathnames "dnd-store/" (user-homedir-pathname))