From 9ed3bb2f70c813a410d6df2b99eda91bb1351d3b Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Wed, 15 Jul 2020 16:56:44 +0100 Subject: [PATCH] os download: Improve warning message re default balenaOS version Change-type: patch --- lib/utils/cloud.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/utils/cloud.ts b/lib/utils/cloud.ts index b433a9c1..27d5c830 100644 --- a/lib/utils/cloud.ts +++ b/lib/utils/cloud.ts @@ -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