Skip to content

Commit e576a98

Browse files
authored
Merge pull request #705 from bx-sa1/main
fix error in issue #466
2 parents f360f14 + 05352e7 commit e576a98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fnl/conjure/util.fnl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(local {: autoload : define} (require :conjure.nfnl.module))
2-
(local a (autoload :nfnl.core))
2+
(local a (autoload :conjure.nfnl.core))
33

44
(local M (define :conjure.util))
55

lua/conjure/util.lua

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)