Fix spelling error in fabric.go

This commit is contained in:
Josiah Lawrence 2024-08-19 09:22:38 -07:00 committed by GitHub
parent 30248ed149
commit 8a39866513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,7 +160,7 @@ func (o *Fabric) SetupVendors() (err error) {
fmt.Printf("[%v] configured\n", vendor.GetName())
o.AddVendors(vendor)
} else {
fmt.Printf("[%v] skiped\n", vendor.GetName())
fmt.Printf("[%v] skipped\n", vendor.GetName())
}
}