Skip to content

Commit 9927631

Browse files
committed
Fixes invalid line
1 parent e6ffb93 commit 9927631

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/quickCommand.steps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ export function getValidateGitReferenceFn(
510510
if (value.startsWith('#')) {
511511
allowRevs = options?.revs?.allow ?? true;
512512
value = value.substring(1);
513-
allowRevs = true;
514513
} else if (isSha(value)) {
515514
allowRevs = options?.revs?.allow ?? true;
516515
}

0 commit comments

Comments
 (0)