fix bug: component check

pull/2053/head
skiffer-git 2 years ago
parent a149019fb3
commit ad250d03e8

@ -93,7 +93,7 @@ func main() {
if i != 0 { if i != 0 {
time.Sleep(1 * time.Second) time.Sleep(1 * time.Second)
} }
fmt.Printf("Checking components Round %v...\n", i+1) fmt.Printf("Checking components round %v...\n", i+1)
var err error var err error
allSuccess := true allSuccess := true

Loading…
Cancel
Save