diff --git a/modules/core/src/main/kotlin/com/metalbear/mirrord/MirrordApi.kt b/modules/core/src/main/kotlin/com/metalbear/mirrord/MirrordApi.kt index 5325f84a..12897ef2 100644 --- a/modules/core/src/main/kotlin/com/metalbear/mirrord/MirrordApi.kt +++ b/modules/core/src/main/kotlin/com/metalbear/mirrord/MirrordApi.kt @@ -74,7 +74,7 @@ class MirrordApi(private val service: MirrordProjectService) { val pods = SafeParser().parse(data, Array::class.java).toMutableList() if (pods.isEmpty()) { - project.service().notifier.notifySimple("No mirrord target available in the configured namespace. " + "You can run targetless, or set a different target namespace or kubeconfig in the mirrord configuration file.", NotificationType.INFORMATION) + project.service().notifier.notifySimple("No mirrord target available in the configured namespace. You can run targetless, or set a different target namespace or kubeconfig in the mirrord configuration file.", NotificationType.INFORMATION) } return pods