Skip to content

Commit ecfe1d3

Browse files
Copilotalexr00
andcommitted
Fix extension handling of git URL aliasing in config
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 310b8a5 commit ecfe1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/remote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
*--------------------------------------------------------------------------------------------*/
55

66
import { AuthProvider, GitHubServerType } from './authentication';
7+
import Logger from './logger';
78
import { Protocol } from './protocol';
89
import { Repository } from '../api/api';
910
import { getEnterpriseUri, isEnterprise } from '../github/utils';
10-
import Logger from './logger';
1111

1212
export class Remote {
1313
public get host(): string {

0 commit comments

Comments
 (0)