Skip to content

Commit

Permalink
Merge pull request #3762 from xuwei-k/fix-screpl
Browse files Browse the repository at this point in the history
fix #3591. "Not a valid key: console-quick"
  • Loading branch information
dwijnand committed Nov 23, 2017
2 parents d45f817 + 8ee4137 commit 97a2fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/scala/sbt/internal/IvyConsole.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 97a2fe8

Please sign in to comment.