Skip to content

Commit

Permalink
style: update startup ascii art odk webhook --> central webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 29, 2025
1 parent 085c9ff commit 416615d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ func SetupWebhook(

func printStartupMsg() {
banner := `
____ _____ _ __ __ __ _ _ _
/ __ \| __ \| |/ / \ \ / / | | | | | |
| | | | | | | ' / \ \ /\ / /__| |__ | |__ ___ ___ | | __
| | | | | | | < \ \/ \/ / _ \ '_ \| '_ \ / _ \ / _ \| |/ /
| |__| | |__| | . \ \ /\ / __/ |_) | | | | (_) | (_) | <
\____/|_____/|_|\_\ \/ \/ \___|_.__/|_| |_|\___/ \___/|_|\_\
_____ _ _ __ __ _ _ _
/ ____| | | | | \ \ / / | | | | | |
| | ___ _ __ | |_ _ __ __ _| | \ \ /\ / /__| |__ | |__ ___ ___ | | __
| | / _ \ '_ \| __| '__/ _' | | \ \/ \/ / _ \ '_ \| '_ \ / _ \ / _ \| |/ /
| |___| __/ | | | |_| | | (_| | | \ /\ / __/ |_) | | | | (_) | (_) | <
\_____\___|_| |_|\__|_| \__,_|_| \/ \/ \___|_.__/|_| |_|\___/ \___/|_|\_\
`
fmt.Println(banner)
fmt.Println("")
Expand Down

0 comments on commit 416615d

Please sign in to comment.