aboutsummaryrefslogtreecommitdiff
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, 2 insertions, 1 deletions
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin
index 5db24640..7af77fc2 100755
--- a/src/bin/luarocks-admin
+++ b/src/bin/luarocks-admin
@@ -1,4 +1,5 @@
1#!/usr/bin/env lua 1#!/Programs/Lua/5.3.3/bin/lua-5.3
2package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path
2 3
3-- this should be loaded first. 4-- this should be loaded first.
4local cfg = require("luarocks.core.cfg") 5local cfg = require("luarocks.core.cfg")