Update worktree.ts

This commit is contained in:
James Ives 2020-12-14 12:41:27 -05:00
parent 4e40ddd3f5
commit 570f002e7e

View File

@ -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,