Skip to content

Commit 93d441c

Browse files
aegilopsCopilot
andauthored
Update src/componentDetection.ts
Co-authored-by: Copilot <[email protected]>
1 parent 95a7fd0 commit 93d441c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/componentDetection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export default class ComponentDetection {
291291
private async getLatestReleaseURL(): Promise<string> {
292292
let octokit: Octokit = this.octokit;
293293

294-
if (this.baseUrl != 'https://api.github.com') {
294+
if (this.baseUrl !== 'https://api.github.com') {
295295
octokit = new Octokit({
296296
auth: "", request: { fetch: fetch }, log: {
297297
debug: console.debug,

0 commit comments

Comments
 (0)