From 3a3796b9f1ce628468e15f96c47dec7bd5e0a2ae Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 3 May 2022 10:25:59 +0200 Subject: [PATCH] chore: format Signed-off-by: Johan Haals --- packages/cli/src/commands/create-github-app/index.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/cli/src/commands/create-github-app/index.ts b/packages/cli/src/commands/create-github-app/index.ts index 8882b597c6..f81ad4a81e 100644 --- a/packages/cli/src/commands/create-github-app/index.ts +++ b/packages/cli/src/commands/create-github-app/index.ts @@ -32,10 +32,7 @@ export default async (org: string) => { type: 'list', name: 'appType', message: chalk.blue('What will the app be used for [required]'), - choices: [ - 'Read and Write (needed by Software Templates)', - 'Read only', - ], + choices: ['Read and Write (needed by Software Templates)', 'Read only'], }, ]); const readWrite = answers.appType !== 'Read only';