summaryrefslogtreecommitdiff
path: root/src/bin/luarocks-admin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/luarocks-admin')
-rwxr-xr-xsrc/bin/luarocks-admin3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin
index 77a51872..71e17b55 100755
--- a/src/bin/luarocks-admin
+++ b/src/bin/luarocks-admin
@@ -1,5 +1,8 @@
1#!/usr/bin/env lua 1#!/usr/bin/env lua
2 2
3-- Load cfg first so that luarocks.loader knows it is running inside LuaRocks
4local cfg = require("luarocks.core.cfg")
5
3local loader = require("luarocks.loader") 6local loader = require("luarocks.loader")
4local cmd = require("luarocks.cmd") 7local cmd = require("luarocks.cmd")
5 8