diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/command_line.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/command_line.lua b/src/luarocks/command_line.lua index 9d33fe15..c8026ab6 100644 --- a/src/luarocks/command_line.lua +++ b/src/luarocks/command_line.lua | |||
@@ -16,7 +16,7 @@ local program = util.this_program("luarocks") | |||
16 | 16 | ||
17 | local function error_handler(err) | 17 | local function error_handler(err) |
18 | return debug.traceback("LuaRocks "..cfg.program_version.. | 18 | return debug.traceback("LuaRocks "..cfg.program_version.. |
19 | " bug (please report at https://github.com/keplerproject/luarocks/issues).\n"..err, 2) | 19 | " bug (please report at https://github.com/luarocks/luarocks/issues).\n"..err, 2) |
20 | end | 20 | end |
21 | 21 | ||
22 | --- Display an error message and exit. | 22 | --- Display an error message and exit. |