os download: Improve warning message re default balenaOS version

Change-type: patch
This commit is contained in:
Paulo Castro 2020-07-15 16:56:44 +01:00 committed by Balena CI
parent 839de65df2
commit 9ed3bb2f70

View File

@ -130,9 +130,7 @@ export async function downloadOSImage(
console.info(`Getting device operating system for ${deviceType}`);
if (!OSVersion) {
console.warn(
'Using default OS version: the latest stable version, or the latest version for pre-release devices',
);
console.warn('OS version not specified: using latest stable version');
}
OSVersion = OSVersion