Skip to content

Commit 07ff4d1

Browse files
committed
fix: typoo in method name
1 parent e41f7b4 commit 07ff4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-enterprise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class GitHubEnterprise extends window.GitHub {
2626
}
2727

2828
buildAPIURL(endpoint) {
29-
return this.buildSiteUrl(`api/v3/${endpoint}`);
29+
return this.buildSiteURL(`api/v3/${endpoint}`);
3030
}
3131

3232
getDetails() {

0 commit comments

Comments
 (0)