Skip to content

Commit

Permalink
tag un-owned repos as "No-Owner" instead of <No Owner>
Browse files Browse the repository at this point in the history
  • Loading branch information
sbasile-ch committed Feb 10, 2025
1 parent 494547d commit 6d6ed00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public String getRepoOwner(String project) {
} catch (Exception e) {
ApiLogger.info("Failed to retrieve Git Repo Owner " + project + ": " + e.getMessage());
}
return "<No Owner>";
return "No-Owner";
}

public GitInfo getRepoInfo(String project) {
Expand Down

0 comments on commit 6d6ed00

Please sign in to comment.