We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992cabd commit a262341Copy full SHA for a262341
src/git/remotes/gerrit.ts
@@ -4,7 +4,7 @@ import { DynamicAutolinkReference } from '../../annotations/autolinks';
4
import { AutolinkReference } from '../../config';
5
import { GitRevision } from '../models/models';
6
import { Repository } from '../models/repository';
7
-import { RemoteProvider } from './factory';
+import { RemoteProvider } from './provider';
8
9
const fileRegex = /^\/([^/]+)\/\+(.+)$/i;
10
const rangeRegex = /^(\d+)$/;
0 commit comments