From c43f3d7bda51616b67b782adaa3d4661de0f5313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Fri, 21 Aug 2020 12:15:14 +0200 Subject: [PATCH] Makes Y the default --- sources/specUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/specUtils.ts b/sources/specUtils.ts index acf898a..637ce41 100644 --- a/sources/specUtils.ts +++ b/sources/specUtils.ts @@ -119,6 +119,7 @@ export async function persistPmSpec(updateTarget: string, locator: Locator, mess res = await Enquirer.prompt([{ type: `confirm`, name: `confirm`, + initial: true, message: message.replace(`{}`, newSpec), }]); } catch (err) {