Skip to content

Commit 7650523

Browse files
committed
Update
1 parent 0a71dd7 commit 7650523

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

internal/super/setup.go

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,14 @@ func startInteractiveSetup(
140140
var targetDir string
141141
var err error
142142

143-
asciiArt := ` __ _
144-
/ _| | |
145-
| |_ | | ___ __ __
146-
| _| | | / _ \ \ \ /\ / /
147-
| | | | | (_) | \ V V /
148-
|_| |_| \___/ \_/\_/
149-
143+
asciiArt := ` ___ ___
144+
/'___\/\_ \
145+
/\ \__/\//\ \ ___ __ __ __
146+
\ \ ,__\ \ \ \ / __` + "`" + `\/\ \/\ \/\ \
147+
\ \ \_/ \_\ \_/\ \L\ \ \ \_/ \_/ \
148+
\ \_\ /\____\ \____/\ \___x___/'
149+
\/_/ \/____/\/___/ \/__//__/
150+
150151
`
151152
logger.Info(asciiArt)
152153

0 commit comments

Comments
 (0)