diff --git a/cmdHandlers.go b/cmdHandlers.go index 4572706..0021edf 100644 --- a/cmdHandlers.go +++ b/cmdHandlers.go @@ -236,5 +236,5 @@ func erase(songsDir string) { logger.ErrorContext(ctx, msg, slog.Any("error", err)) } - fmt.Println("Erase successful") + fmt.Println("Erase complete") }