Skip to content

Commit d94d637

Browse files
committed
typo
1 parent 7ae20c6 commit d94d637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/redhat/labs/omp/service/ConfigService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void onStart(@Observes StartupEvent event) {
5454
String content = readFile(configFile);
5555
if (null != content) {
5656
configuration = File.builder().filePath(configFile).content(content).build();
57-
LOGGER.debug("Loaded Runtine Config from File, {}", configFile);
57+
LOGGER.debug("Loaded Runtime Config from File, {}", configFile);
5858
}
5959

6060
}

0 commit comments

Comments
 (0)