From 570f002e7e609191ed3986f71e135d808aa790a5 Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 14 Dec 2020 12:41:27 -0500 Subject: [PATCH] Update worktree.ts --- src/worktree.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,