diff --git a/src/worktree.ts b/src/worktree.ts index 0fad213e..9a820e74 100644 --- a/src/worktree.ts +++ b/src/worktree.ts @@ -20,8 +20,8 @@ export class GitCheckout { ].join(' ') } } -/* Generate the worktree and set initial content if it exists */ +/* Generate the worktree and set initial content if it exists */ export async function generateWorktree( action: ActionInterface, worktreedir: string,