From 12cdd556e7648b59c2b6fa444a171cf67b110a75 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 9 Mar 2021 15:40:01 +0100 Subject: [PATCH] Update plugins/scaffolder-backend/src/scaffolder/stages/publish/github.ts Signed-off-by: Johan Haals johan.haals@gmail.com Co-authored-by: Adam Harvey Signed-off-by: Johan Haals --- .../scaffolder-backend/src/scaffolder/stages/publish/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/stages/publish/github.ts b/plugins/scaffolder-backend/src/scaffolder/stages/publish/github.ts index 22233ee5dc..bc2537a766 100644 --- a/plugins/scaffolder-backend/src/scaffolder/stages/publish/github.ts +++ b/plugins/scaffolder-backend/src/scaffolder/stages/publish/github.ts @@ -141,7 +141,7 @@ export class GithubPublisher implements PublisherBase { repo: name, permission: 'admin', }); - // no need to add access if it's the person who own's the personal account + // no need to add access if it's the person who owns the personal account } else if (access && access !== owner) { await client.repos.addCollaborator({ owner,