Makes Y the default

This commit is contained in:
Maël Nison 2020-08-21 12:15:14 +02:00
parent f83e36fecd
commit c43f3d7bda
1 changed files with 1 additions and 0 deletions

View File

@ -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) {