Fix spelling of log message
This commit is contained in:
committed by
Ioannis Canellos
parent
2dc711fa66
commit
c62161e33c
@@ -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