Skip to content

Commit

Permalink
Update worktree.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Sep 29, 2024
1 parent 422f948 commit a93ccc9
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 @@ -102,7 +102,7 @@ export async function generateWorktree(
)

await execute(
`git fetch`,
`git fetch origin`,
`${action.workspace}/${worktreedir}`,
action.silent
)
Expand Down

0 comments on commit a93ccc9

Please sign in to comment.