summaryrefslogtreecommitdiff
path: root/fnl/config/project.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/project.fnl')
-rw-r--r--fnl/config/project.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/project.fnl b/fnl/config/project.fnl
index 1c97527..1617ca5 100644
--- a/fnl/config/project.fnl
+++ b/fnl/config/project.fnl
@@ -1,5 +1,5 @@
;; Provides project management.
-(module config.project {autoload {:util :config.util}})
+(module config.project {autoload {util config.util}})
(def- opts {:active true
:on_config_done nil