From ba80d3c38c89b86abfcf6ee7ef4c4113a2049bb1 Mon Sep 17 00:00:00 2001 From: Josh Bowling Date: Fri, 13 Jan 2023 13:36:38 +0900 Subject: [PATCH] Fix push --nolive doc typo Change-type: patch --- docs/balena-cli.md | 2 +- lib/commands/push.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/balena-cli.md b/docs/balena-cli.md index 370329f5..3711bd46 100644 --- a/docs/balena-cli.md +++ b/docs/balena-cli.md @@ -2788,7 +2788,7 @@ used (usually $HOME/.balena/secrets.yml|.json) Don't run a live session on this push. The filesystem will not be monitored, and changes will not be synchronized to any running containers. Note that both -this flag and --detached and required to cause the process to end once the +this flag and --detached are required to cause the process to end once the initial build has completed. #### -d, --detached diff --git a/lib/commands/push.ts b/lib/commands/push.ts index ef673432..f7f8a8d6 100644 --- a/lib/commands/push.ts +++ b/lib/commands/push.ts @@ -178,7 +178,7 @@ export default class PushCmd extends Command { description: stripIndent` Don't run a live session on this push. The filesystem will not be monitored, and changes will not be synchronized to any running containers. Note that both - this flag and --detached and required to cause the process to end once the + this flag and --detached are required to cause the process to end once the initial build has completed.`, default: false, }),