Skip to content

Commit

Permalink
Update src/main/java/io/moderne/organizations/OrganizationStructureSe…
Browse files Browse the repository at this point in the history
…rvice.java

Co-authored-by: Kevin Carpenter™️ <kevin@moderne.io>
  • Loading branch information
pstreef and kmccarp authored Jul 12, 2024
1 parent b1af1e3 commit 79df7c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private static String cleanPath(String path) {
path = path.substring(1);
}
// In case of bitbucket server/on prem we need to remove the `/scm` prefix.
// his prefix is not part of all URL's to repository resource
// This prefix is not part of all URL's to repository resource
// (for instance pull requests) so it cannot be part of the origin or path.
if (path.startsWith("scm/")) {
path = path.substring(4);
Expand Down

0 comments on commit 79df7c0

Please sign in to comment.