aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-01-23 15:25:27 -0800
committerBruce Hill <bitbucket@bruce-hill.com>2018-01-23 15:25:31 -0800
commitac8089dd582769a90a31b782a9d9e8106e93f5ff (patch)
tree263bd424f6bbffc0011e1cb5461feafd60e18ec1 /nomsu.lua
parent376dd652786b39c8b599cef4789ae8763ed92ae5 (diff)
Fixed typo.
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)