From 717affa59145fef15073d13c6c1ac4082562a3ff Mon Sep 17 00:00:00 2001 From: Cameron Diver Date: Tue, 9 Apr 2019 11:08:40 +0100 Subject: [PATCH] Remove information about livepush in sync deprecation message Change-type: patch Signed-off-by: Cameron Diver --- lib/actions/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/actions/sync.ts b/lib/actions/sync.ts index cd7c7b4d..2aeb1fd3 100644 --- a/lib/actions/sync.ts +++ b/lib/actions/sync.ts @@ -24,7 +24,7 @@ const deprecationMsg = stripIndent`\ ------------------------------------------------------------------------- Deprecation notice: please note that \`balena sync\` is deprecated and will be removed in a future release of the CLI. We are working on an exciting - "live push" alternative: https://github.com/balena-io-modules/livepush + replacement to this, which will be released soon! ------------------------------------------------------------------------- `;