aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu.lua')
-rw-r--r--nomsu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.lua b/nomsu.lua
index 6b025ef..8042e9b 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -1378,7 +1378,7 @@ do
}
end)
self:define_action("run file %filename", "nomsu.moon", function(_filename)
- return nomus:run_file(_filename)
+ return nomsu:run_file(_filename)
end)
return self:define_compile_action("use %filename", "nomsu.moon", function(_filename)
local filename = nomsu:tree_to_value(_filename)