diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/show.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/show.lua b/src/luarocks/show.lua index 30b1d1c5..7255ea63 100644 --- a/src/luarocks/show.lua +++ b/src/luarocks/show.lua | |||
| @@ -108,7 +108,7 @@ function run(...) | |||
| 108 | elseif flags["mversion"] then util.printout(version) | 108 | elseif flags["mversion"] then util.printout(version) |
| 109 | else | 109 | else |
| 110 | util.printout() | 110 | util.printout() |
| 111 | util.printout(rockspec.package.." "..rockspec.version.." - "..descript.summary) | 111 | util.printout(rockspec.package.." "..rockspec.version.." - "..(descript.summary or "")) |
| 112 | util.printout() | 112 | util.printout() |
| 113 | if descript.detailed then | 113 | if descript.detailed then |
| 114 | util.printout(format_text(descript.detailed)) | 114 | util.printout(format_text(descript.detailed)) |
