diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-04-23 10:16:18 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-04-23 11:14:29 -0300 |
commit | 5385ffc7dcb5a00b4ed4eac7cf163246b8e5cdd5 (patch) | |
tree | 3b3fb34353a0e22874fc8ef0383a80ad254155bd /src | |
parent | 50b6e27d957ca2d994234536452d6d0411eda03a (diff) | |
download | luarocks-5385ffc7dcb5a00b4ed4eac7cf163246b8e5cdd5.tar.gz luarocks-5385ffc7dcb5a00b4ed4eac7cf163246b8e5cdd5.tar.bz2 luarocks-5385ffc7dcb5a00b4ed4eac7cf163246b8e5cdd5.zip |
Update URL for reporting bugs
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. |