Fixes cloning repo for develop command.

This commit is contained in:
Dominik Picheta 2017-08-19 22:03:45 +01:00
commit acbce88bac
3 changed files with 18 additions and 2 deletions

View file

@ -219,7 +219,7 @@ proc parseArgument*(key: string, result: var Options) =
case result.action.typ
of actionNil:
assert false
of actionInstall, actionPath, actionUninstall:
of actionInstall, actionPath, actionDevelop, actionUninstall:
# Parse pkg@verRange
if '@' in key:
let i = find(key, '@')