Skip to content

Commit

Permalink
don't need to specify parameter label
Browse files Browse the repository at this point in the history
  • Loading branch information
akatranlp committed Jun 24, 2022
1 parent 78585fe commit 6e026dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ServerMain : CliktCommand() {
)

override fun run(): Unit = runBlocking {
val config = Config.create(configFile = configFile)
val config = Config.create(configFile)

val keyStore = when {
config.server.dev && config.server.ssl -> {
Expand Down

0 comments on commit 6e026dc

Please sign in to comment.