aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-04-23 10:16:18 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-04-23 11:14:29 -0300
commit5385ffc7dcb5a00b4ed4eac7cf163246b8e5cdd5 (patch)
tree3b3fb34353a0e22874fc8ef0383a80ad254155bd /src
parent50b6e27d957ca2d994234536452d6d0411eda03a (diff)
downloadluarocks-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.lua2
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
17local function error_handler(err) 17local 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)
20end 20end
21 21
22--- Display an error message and exit. 22--- Display an error message and exit.