Merge branch 'main' into main

pull/2056/head
skiffer-git 2 years ago committed by GitHub
commit 65b649866c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -111,14 +111,13 @@ func main() {
checks[index].flag = true
continue
}
break
break
}
} else {
checks[index].flag = true
component.SuccessPrint(fmt.Sprintf("%s connected successfully", check.name))
}
}
}
if allSuccess {
component.SuccessPrint("All components started successfully!")

Loading…
Cancel
Save