Skip to content

Commit

Permalink
Update core/src/plugins/kubernetes/container/deployment.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Albert <33936483+Orzelius@users.noreply.github.com>
  • Loading branch information
vvagaytsev and Orzelius authored May 24, 2022
1 parent 307cd18 commit 761d108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/kubernetes/container/deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
),
})
Expand Down

0 comments on commit 761d108

Please sign in to comment.