Skip to content

Commit

Permalink
fixed merge option to update.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Mar 29, 2024
1 parent 1424cc5 commit 9bde68a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,9 @@ class Git {
await this.ghCommand([
"pr",
"merge",
"-r",
"-s",
"-d",
"--admin",
]);
}

Expand Down

0 comments on commit 9bde68a

Please sign in to comment.