Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Fix: use proper name for terminal extension
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFruxz committed Jan 2, 2022
1 parent 547eab4 commit 520b585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import kotlin.reflect.KFunction1
* @author Fruxz
* @since 1.0
*/
object TerminalConsoleExtension : AppExtension<MutableList<ConsoleInterchangeBranch>, Unit, Unit> {
object ConsoleInterchangeExtension : AppExtension<MutableList<ConsoleInterchangeBranch>, Unit, Unit> {

override val identity = "TerminalConsole"
override val parallelRunAllowed = false
Expand Down

0 comments on commit 520b585

Please sign in to comment.