Skip to content

Commit 0549c71

Browse files
authored
Fix typo
1 parent 1fc7f17 commit 0549c71

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
@@ -73,7 +73,7 @@ async function run() {
7373
} catch (err: any) {
7474
throw new Error(`Failed to parse service connection permissions JSON: ${err.message}`);
7575
}
76-
tl.warning(`Forcing permisssions from service connection`);
76+
tl.warning(`Forcing permissions from service connection`);
7777
console.log(`Forced permissions: ${JSON.stringify(permissions)}`);
7878
}
7979

0 commit comments

Comments
 (0)