We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aea473 commit 4a8e674Copy full SHA for 4a8e674
cmd/cli/run/root.go
@@ -90,7 +90,7 @@ func showLogo() {
90
fmt.Println(" | | __ _ _ __ / \\ __| |_ __ ___ _ _ __ ")
91
fmt.Println(" | | |_ | | '_ \\ / /\\ \\ / _` | '_ ` _ \\| | '_ \\ ")
92
fmt.Println(" | |__| | | | | |/ _____\\ (_| | | | | | | | | | |")
93
- fmt.Println(" \\_____|_|_| |_/_/ \\_\\__,_|_| |_| |_|_|_| |_| \n")
+ fmt.Println(" \\_____|_|_| |_/_/ \\_\\__,_|_| |_| |_|_|_| |_| ")
94
}
95
96
func showPanel() {
internal/cron/log_test.go
0 commit comments