From eff291075c097757895040a010182a8550895b97 Mon Sep 17 00:00:00 2001 From: Ellie Kelsch <37074698+ebk45@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:21:58 +0100 Subject: [PATCH] fix: make one line change to trigger release (#194) --- .../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 */