Skip to content

Commit

Permalink
Add StartupDone message!
Browse files Browse the repository at this point in the history
Add message 
> Startup Done! For help, type "help" or "?"
After reposilite is up and running.
  • Loading branch information
EverNife committed Jul 5, 2023
1 parent d286125 commit e4d772f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ internal class ConsolePlugin : ReposilitePlugin() {
logger.info("")
consoleFacade.executeCommand("status")
logger.info("")
logger.info("Startup Done! For help, type 'help' or '?'")

Check warning on line 87 in reposilite-backend/src/main/kotlin/com/reposilite/console/application/ConsolePlugin.kt

View check run for this annotation

Codecov / codecov/patch

reposilite-backend/src/main/kotlin/com/reposilite/console/application/ConsolePlugin.kt#L87

Added line #L87 was not covered by tests
}
}
}
Expand Down

0 comments on commit e4d772f

Please sign in to comment.