Skip to content

Commit

Permalink
fix: πŸ› env var not resolved properly
Browse files Browse the repository at this point in the history
  • Loading branch information
MaethorNaur committed Sep 14, 2020
1 parent 70f7c34 commit 89bf64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/restui/Configuration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ object Configuration extends LazyLogging {
logger.warn("Failed to load the default configuration, attempting to load the reference configuration", throwable)
defaultConfig
}.toOption
}.getOrElse(defaultConfig)
}.getOrElse(defaultConfig).resolve
}

0 comments on commit 89bf64c

Please sign in to comment.