Skip to content

Commit

Permalink
remove extra "known origin" with explicit default port
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed Aug 8, 2024
1 parent daa151b commit d98fc05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rewrite-core/src/main/java/org/openrewrite/GitRemote.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public Parser() {
origins = new LinkedHashMap<>();
origins.put("github.com", Service.GitHub);
origins.put("gitlab.com", Service.GitLab);
origins.put("gitlab.com:22", Service.GitLab);
origins.put("bitbucket.org", Service.BitbucketCloud);
origins.put("dev.azure.com", Service.AzureDevOps);
origins.put("ssh.dev.azure.com", Service.AzureDevOps);
Expand Down

0 comments on commit d98fc05

Please sign in to comment.