Skip to content

Commit a262341

Browse files
committed
Fixes import issue
1 parent 992cabd commit a262341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/remotes/gerrit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { DynamicAutolinkReference } from '../../annotations/autolinks';
44
import { AutolinkReference } from '../../config';
55
import { GitRevision } from '../models/models';
66
import { Repository } from '../models/repository';
7-
import { RemoteProvider } from './factory';
7+
import { RemoteProvider } from './provider';
88

99
const fileRegex = /^\/([^/]+)\/\+(.+)$/i;
1010
const rangeRegex = /^(\d+)$/;

0 commit comments

Comments
 (0)