Skip to content

Commit 5ab5b43

Browse files
committed
fix: can't delete GitHub Enterprise servers
1 parent c2c25d7 commit 5ab5b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public GitHubConfiguration() {
5959

6060
@Override
6161
public boolean configure(StaplerRequest req, JSONObject json) throws FormException {
62-
endpoints = null;
62+
setEndpoints(null);
6363
req.bindJSON(this, json);
6464
return true;
6565
}

0 commit comments

Comments
 (0)