We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae20c6 commit d94d637Copy full SHA for d94d637
src/main/java/com/redhat/labs/omp/service/ConfigService.java
@@ -54,7 +54,7 @@ void onStart(@Observes StartupEvent event) {
54
String content = readFile(configFile);
55
if (null != content) {
56
configuration = File.builder().filePath(configFile).content(content).build();
57
- LOGGER.debug("Loaded Runtine Config from File, {}", configFile);
+ LOGGER.debug("Loaded Runtime Config from File, {}", configFile);
58
}
59
60
0 commit comments