Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 25, 2024
1 parent f4e560e commit 776f9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/freenet/website/util/github.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object Github {
logger.info { "Discussions updated" }
discussions = DiscussionStore(newDiscussions)
}
logger.info { "Github discussions retrieved" }
logger.info { "Retrieved Github discussions" }

logger.info { "Retrieve recently merged pull requests from Github" }
pullRequests = getPullRequests(5)
Expand Down

0 comments on commit 776f9ca

Please sign in to comment.