Skip to content

Commit

Permalink
fix: cherry-pick command (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Oct 17, 2024
1 parent 40d1778 commit 6b0047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e-cherry-pick.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ program
try {
const {
data: { permissions },
} = await octokit.repos.get(...ELECTRON_REPO_DATA);
} = await octokit.repos.get(ELECTRON_REPO_DATA);

if (!permissions?.push) {
fatal(
Expand Down

0 comments on commit 6b0047e

Please sign in to comment.