From 761d10861b4dc208a73437d3bd162687e012d6fb Mon Sep 17 00:00:00 2001 From: Vladimir Vagaytsev Date: Tue, 24 May 2022 15:56:39 +0200 Subject: [PATCH] Update core/src/plugins/kubernetes/container/deployment.ts Co-authored-by: Albert <33936483+Orzelius@users.noreply.github.com> --- core/src/plugins/kubernetes/container/deployment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/plugins/kubernetes/container/deployment.ts b/core/src/plugins/kubernetes/container/deployment.ts index 97622afabc1..c57f9cfcb0d 100644 --- a/core/src/plugins/kubernetes/container/deployment.ts +++ b/core/src/plugins/kubernetes/container/deployment.ts @@ -137,7 +137,7 @@ export async function startLocalMode({ log.warn({ section: service.name, msg: chalk.yellow( - `Service "${service.name}" has started in --local-mode but doesn't have localMode configuration! ` + + `Service "${service.name}" has been started with the --local-mode flag but doesn't have localMode configuration! ` + "Please check its garden.yml config file." ), })