aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-09-12 23:08:38 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-09-12 23:08:38 -0700
commit8221616cd620de69cc3ede2efed4bb60482a723f (patch)
treee6b3249bf385d89a255855d0774d01abc6dd5d0d
parent6d1b35d7a2cea16af36bacfcd43f004db45ea604 (diff)
Recompiled lua.
-rw-r--r--nomsu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.lua b/nomsu.lua
index f111fc7..200b45a 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -830,7 +830,7 @@ if arg[1] then
output:write([[
end
local utils = require('utils')
- local Compiler = require('nomic')
+ local Compiler = require('nomsu')
local c = Compiler(require('core'))
load()(c, {})
]])