Merge pull request #168 from geoand/minor-log-fix

Fix spelling of log message
This commit is contained in:
Ioannis Canellos
2018-05-22 10:04:27 +03:00
committed by GitHub

View File

@@ -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.");
}
}
}