Delete Data Conversion Tool

pull/2059/head
skiffer-git 2 years ago
parent 1e5e116532
commit 03455e8207

@ -119,7 +119,7 @@ func main() {
err = check.function(check.config) err = check.function(check.config)
if err != nil { if err != nil {
allSuccess = false 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 check.name == "Minio" {
if errors.Is(err, errMinioNotEnabled) || if errors.Is(err, errMinioNotEnabled) ||
errors.Is(err, errSignEndPoint) || errors.Is(err, errSignEndPoint) ||

Loading…
Cancel
Save