Skip to content

Commit

Permalink
GH-262 Add an extra message after startup (#1870)
Browse files Browse the repository at this point in the history
* Add StartupDone message!

Add message 
> Startup Done! For help, type "help" or "?"
After reposilite is up and running.

* Typo

---------

Co-authored-by: dzikoysk <[email protected]>
  • Loading branch information
EverNife and dzikoysk authored Jul 6, 2023
1 parent d286125 commit 7e6a833
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 '?'")
}
}
}
Expand Down

0 comments on commit 7e6a833

Please sign in to comment.