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 bd1ee85..e7f8fdd 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -131,7 +131,7 @@ if not args or args.help then
os.exit(EXIT_FAILURE)
end
local nomsu = NomsuCompiler
-nomsu.environment.arg = NomsuCompiler.environment._List(args.nomsu_args)
+nomsu.environment.arg = NomsuCompiler.environment.List(args.nomsu_args)
if args.version then
nomsu:run([[(: use "core"; say (Nomsu version))]])
os.exit(EXIT_SUCCESS)