Merge pull request #168 from geoand/minor-log-fix
Fix spelling of log message
This commit is contained in:
@@ -58,7 +58,7 @@ public class KubernetesProfileApplicationListener implements ApplicationListener
|
||||
}
|
||||
} else {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.warn("Not running inside kubernetes. Skipping 'kuberntes' profile activation.");
|
||||
LOG.warn("Not running inside kubernetes. Skipping 'kubernetes' profile activation.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user