Delete Data Conversion Tool

This commit is contained in:
skiffer-git 2024-03-09 11:37:56 +08:00
parent 1e5e116532
commit 03455e8207

View File

@ -119,7 +119,7 @@ func main() {
err = check.function(check.config)
if err != nil {
allSuccess = false
colorErrPrint(fmt.Sprintf("Check component: %s, failed: %s", check.name, err.Error()))
colorErrPrint(fmt.Sprintf("Check component: %s, failed: %v", check.name, err.Error()))
if check.name == "Minio" {
if errors.Is(err, errMinioNotEnabled) ||
errors.Is(err, errSignEndPoint) ||