We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a71dd7 commit 7650523Copy full SHA for 7650523
1 file changed
internal/super/setup.go
@@ -140,13 +140,14 @@ func startInteractiveSetup(
140
var targetDir string
141
var err error
142
143
- asciiArt := ` __ _
144
- / _| | |
145
- | |_ | | ___ __ __
146
- | _| | | / _ \ \ \ /\ / /
147
- | | | | | (_) | \ V V /
148
- |_| |_| \___/ \_/\_/
149
-
+ asciiArt := ` ___ ___
+ /'___\/\_ \
+/\ \__/\//\ \ ___ __ __ __
+\ \ ,__\ \ \ \ / __` + "`" + `\/\ \/\ \/\ \
+ \ \ \_/ \_\ \_/\ \L\ \ \ \_/ \_/ \
+ \ \_\ /\____\ \____/\ \___x___/'
+ \/_/ \/____/\/___/ \/__//__/
150
+
151
`
152
logger.Info(asciiArt)
153
0 commit comments