diff options
Diffstat (limited to 'src/luarocks/install.lua')
-rw-r--r-- | src/luarocks/install.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/luarocks/install.lua b/src/luarocks/install.lua index a940d356..0ffb95ef 100644 --- a/src/luarocks/install.lua +++ b/src/luarocks/install.lua | |||
@@ -146,9 +146,7 @@ function run(...) | |||
146 | else | 146 | else |
147 | util.printout() | 147 | util.printout() |
148 | util.printerr("Could not determine which rock to install.") | 148 | util.printerr("Could not determine which rock to install.") |
149 | util.printout() | 149 | util.title("Search results:") |
150 | util.printout("Search results:") | ||
151 | util.printout("---------------") | ||
152 | search.print_results(results) | 150 | search.print_results(results) |
153 | return nil, (next(results) and "Please narrow your query." or "No results found.") | 151 | return nil, (next(results) and "Please narrow your query." or "No results found.") |
154 | end | 152 | end |