diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/deps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua index c556bc23..02443d1c 100644 --- a/src/luarocks/deps.lua +++ b/src/luarocks/deps.lua | |||
@@ -198,7 +198,7 @@ function parse_constraints(input) | |||
198 | if constraint then | 198 | if constraint then |
199 | table.insert(constraints, constraint) | 199 | table.insert(constraints, constraint) |
200 | else | 200 | else |
201 | return nil, "Failed to parse constraint '"..tostring(o_input).."' with error: ".. input | 201 | return nil, "Failed to parse constraint '"..tostring(oinput).."' with error: ".. input |
202 | end | 202 | end |
203 | end | 203 | end |
204 | return constraints | 204 | return constraints |