From 8a39866513449da50e1013494b3b239359b9a925 Mon Sep 17 00:00:00 2001 From: Josiah Lawrence <47165341+PickleOgre@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:22:38 -0700 Subject: [PATCH] Fix spelling error in fabric.go --- core/fabric.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fabric.go b/core/fabric.go index a997256..bbb5526 100644 --- a/core/fabric.go +++ b/core/fabric.go @@ -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()) } }