Skip to content

Commit 86c3ae1

Browse files
committed
fix: add forgotten git-svn provider to vcsKind
1 parent 0ddde62 commit 86c3ae1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vcs-provider.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ export function vcsKind(): VcsKind {
124124
return VcsKind.git;
125125
case 'svn':
126126
return VcsKind.svn;
127+
case 'git-svn':
128+
return VcsKind.gitsvn;
127129
default:
128130
throw new Error(`Unsupported VCS provider: ${provider}`);
129131
}

0 commit comments

Comments
 (0)