Skip to content

Commit ce099c1

Browse files
authored
Pass internalOrg to buildUpdateFeedUrl when checking latest version (#299884)
1 parent 3d96350 commit ce099c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/update/electron-main/abstractUpdateService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export abstract class AbstractUpdateService implements IUpdateService {
317317
return undefined;
318318
}
319319

320-
const url = this.buildUpdateFeedUrl(this.quality, commit ?? this.productService.commit!);
320+
const url = this.buildUpdateFeedUrl(this.quality, commit ?? this.productService.commit!, { internalOrg: this.getInternalOrg() });
321321

322322
if (!url) {
323323
return undefined;

0 commit comments

Comments
 (0)