From 2170b3436f7c7c5bbc4a9a66df18eb076c775f82 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 6 Jan 2021 00:08:07 +0100 Subject: [PATCH] Update packages/cli/src/commands/create-github-app/GithubCreateAppServer.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw --- .../cli/src/commands/create-github-app/GithubCreateAppServer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/create-github-app/GithubCreateAppServer.ts b/packages/cli/src/commands/create-github-app/GithubCreateAppServer.ts index 95a1816cd7..406e563ebc 100644 --- a/packages/cli/src/commands/create-github-app/GithubCreateAppServer.ts +++ b/packages/cli/src/commands/create-github-app/GithubCreateAppServer.ts @@ -27,7 +27,7 @@ const MANIFEST_DATA = { }, name: 'Backstage-', url: 'https://backstage.io', - description: 'Github App for Backstage', + description: 'GitHub App for Backstage', public: false, };