Fixed tab completion for multi-project builds

git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@872 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
dmharrah 2009-07-16 20:03:20 +00:00
parent 066e5588c7
commit f2fe9bcfe3
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ object Main
* (tail recursively) to prompt for the next command. */
def loop(currentProject: Project): RunCompleteAction =
{
updateTaskCompletions(baseProject) // this is done after every command because the completions could change due to the action invoked
updateTaskCompletions(currentProject) // this is done after every command because the completions could change due to the action invoked
reader.readLine("> ") match
{
case Some(line) =>