Skip to content

Commit 5e79511

Browse files
authored
Updates from editor
1 parent 29dddf0 commit 5e79511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configuration/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function getGitHubApiUri(): string {
7575
return base;
7676
}
7777

78-
if(base.includes(".ghe.com")){
78+
if(base.endsWith(".ghe.com")){
7979
return `api.${base}`
8080
} else {
8181
return `${base}/api/v3`;

0 commit comments

Comments
 (0)