diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-11 05:46:16 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-11 05:46:16 +0000 |
commit | 9773624547c7cd921ba1e613d367007f2181d2dc (patch) | |
tree | c97548dcf84c19a675563e6bc31304707496ca7a | |
parent | 5bc57f067c9dcc74e583710dedff7182ba1f7d78 (diff) | |
download | luarocks-9773624547c7cd921ba1e613d367007f2181d2dc.tar.gz luarocks-9773624547c7cd921ba1e613d367007f2181d2dc.tar.bz2 luarocks-9773624547c7cd921ba1e613d367007f2181d2dc.zip |
fix function reference
git-svn-id: http://luarocks.org/svn/luarocks/trunk@83 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
-rw-r--r-- | src/luarocks/download.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/download.lua b/src/luarocks/download.lua index 5dc393d6..79ff5394 100644 --- a/src/luarocks/download.lua +++ b/src/luarocks/download.lua | |||
@@ -76,7 +76,7 @@ function run(...) | |||
76 | print() | 76 | print() |
77 | print("Search results:") | 77 | print("Search results:") |
78 | print("---------------") | 78 | print("---------------") |
79 | print_results(results) | 79 | search.print_results(results) |
80 | return nil, "Please narrow your query or use --all." | 80 | return nil, "Please narrow your query or use --all." |
81 | end | 81 | end |
82 | else | 82 | else |