diff options
author | Ignacio Burgueño <ignaciob@inconcertcc.com> | 2015-04-14 13:06:09 -0300 |
---|---|---|
committer | Ignacio Burgueño <ignaciob@inconcertcc.com> | 2015-04-14 13:06:09 -0300 |
commit | 15ad97bb124c800a95ac0d2d46f747e711fd3f8e (patch) | |
tree | 99aa590758f72f1e99b3f6d002c78f19800ff4d3 /src | |
parent | 6b350de4daaccba8b142c5db0d8fb8fabaa1649b (diff) | |
download | luarocks-15ad97bb124c800a95ac0d2d46f747e711fd3f8e.tar.gz luarocks-15ad97bb124c800a95ac0d2d46f747e711fd3f8e.tar.bz2 luarocks-15ad97bb124c800a95ac0d2d46f747e711fd3f8e.zip |
Address issues spotted in the review
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/install.lua b/src/luarocks/install.lua index 415186ba..6d457fc2 100644 --- a/src/luarocks/install.lua +++ b/src/luarocks/install.lua | |||
@@ -143,7 +143,7 @@ function install.install_binary_rock_deps(rock_file, deps_mode) | |||
143 | if err then return nil, err, errcode end | 143 | if err then return nil, err, errcode end |
144 | 144 | ||
145 | util.printout() | 145 | util.printout() |
146 | util.printout("Succesfully nstalling dependencies for " ..name.." "..version) | 146 | util.printout("Succesfully installed dependencies for " ..name.." "..version) |
147 | 147 | ||
148 | return name, version | 148 | return name, version |
149 | end | 149 | end |