diff options
Diffstat (limited to 'config.lisp')
-rw-r--r-- | config.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lisp b/config.lisp index 96bff4d..bdb11ca 100644 --- a/config.lisp +++ b/config.lisp @@ -76,7 +76,7 @@ ;; Driver that takes the config and inserts the category and its ;; splits into the db, obviously requires a mito toplevel connection -(defun import-config (file-path) +(defun import-category (file-path) (let* ((config-sections (sections (read-lines file-path))) (category (mito:insert-dao (create-category-object (get-section "category" config-sections)))) |