From c96709ea64d9fea9ddd7f1fccc6589b21afb852f Mon Sep 17 00:00:00 2001 From: Ellie Kelsch Date: Wed, 19 Jun 2024 12:20:12 +0100 Subject: [PATCH] fix: make one line change to trigger release --- .../java/com/spotify/github/v3/clients/GithubAppClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/spotify/github/v3/clients/GithubAppClient.java b/src/main/java/com/spotify/github/v3/clients/GithubAppClient.java index 02845801..e9150d96 100644 --- a/src/main/java/com/spotify/github/v3/clients/GithubAppClient.java +++ b/src/main/java/com/spotify/github/v3/clients/GithubAppClient.java @@ -79,7 +79,7 @@ public CompletableFuture> getInstallations() { } /** - * Get Installation + * Get Installation of repo or org * * @return an Installation */