Skip to content

Commit

Permalink
Update worktree.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed May 18, 2024
1 parent 968e132 commit 73faa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worktree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class GitCheckout {
export async function generateWorktree(
action: ActionInterface,
worktreedir: string,
branchExists: boolean
branchExists: boolean | number
): Promise<void> {
try {
info('Creating worktree…')
Expand Down

0 comments on commit 73faa8b

Please sign in to comment.