From 86b190abc3612a937201508e84d87fb3afddaa00 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Wed, 21 Feb 2024 09:48:59 +0100 Subject: [PATCH] ci: create script clarify workspace owners Signed-off-by: Vincenzo Scamporlino --- scripts/create/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create/create.js b/scripts/create/create.js index a2fd08df8..9657b01c9 100644 --- a/scripts/create/create.js +++ b/scripts/create/create.js @@ -19,7 +19,7 @@ const answers = await inquirer.prompt([ { type: "input", name: "owners", - message: chalk.blue("Name of the owners of the workspace"), + message: chalk.blue("Name of the owner(s) of the workspace"), validate(value) { return ( !!value.match(/@[a-zA-Z0-9_-]+/) ||