mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
logging: note that the device supervisor version is operative
Change-type: patch Signed-off-by: Matthew McGinn <matthew@balena.io>
This commit is contained in:
parent
7181dc5401
commit
53926067ca
@ -152,7 +152,7 @@ export async function deployToDevice(opts: DeviceDeployOptions): Promise<void> {
|
||||
|
||||
try {
|
||||
const version = await api.getVersion();
|
||||
globalLogger.logDebug(`Checking device version: ${version}`);
|
||||
globalLogger.logDebug(`Checking device supervisor version: ${version}`);
|
||||
if (!semver.satisfies(version, '>=7.21.4')) {
|
||||
throw new ExpectedError(versionError);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user