Skip to content

Commit b07f1f0

Browse files
committed
Use logger
1 parent 0a48232 commit b07f1f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/super/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func startInteractiveSetup(
149149
150150
151151
`
152-
fmt.Print(asciiArt)
152+
logger.Info(asciiArt)
153153

154154
rw := afero.Afero{
155155
Fs: afero.NewOsFs(),

0 commit comments

Comments
 (0)