Skip to content

Commit 960bd7e

Browse files
tspascoalCopilot
andauthored
Update create-github-app-token/src/tasks/run.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1d54e90 commit 960bd7e

File tree

1 file changed

+1
-1
lines changed
  • create-github-app-token/src/tasks

1 file changed

+1
-1
lines changed

create-github-app-token/src/tasks/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async function run() {
102102
return;
103103
}
104104

105-
console.log('Forcing repo scope)');
105+
console.log('Forcing repo scope');
106106
console.log(`Repo Provider: ${provider}`);
107107

108108
failIfProviderIsNotGitHub(provider, `Forcing repo scope is only supported for GitHub repositories. Repo provider is ${provider}`);

0 commit comments

Comments
 (0)