mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 08:03:55 +00:00
os download: Improve warning message re default balenaOS version
Change-type: patch
This commit is contained in:
parent
839de65df2
commit
9ed3bb2f70
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user