mirror of https://github.com/sbt/sbt.git
Merge pull request #3762 from xuwei-k/fix-screpl
fix #3591. "Not a valid key: console-quick"
This commit is contained in:
commit
97a2fe8c1c
|
|
@ -56,7 +56,7 @@ object IvyConsole {
|
|||
depSettings)
|
||||
|
||||
val newStructure = Load.reapply(session.original ++ append, structure)
|
||||
val newState = state.copy(remainingCommands = Exec("console-quick", None) :: Nil)
|
||||
val newState = state.copy(remainingCommands = Exec(Keys.consoleQuick.key.label, None) :: Nil)
|
||||
Project.setProject(session, newStructure, newState)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue