From 0211c5b60866783a6acc023d5d7c1319efaceeb4 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 28 Feb 2025 07:48:25 +0000 Subject: [PATCH] fixing typo on comment --- clab/inventory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clab/inventory.go b/clab/inventory.go index f09fabcdf..f1ab667ab 100644 --- a/clab/inventory.go +++ b/clab/inventory.go @@ -165,7 +165,7 @@ func (n *KindProps) setAnsibleConnection(kind string) { //go:embed inventory_nornir_simple.go.tpl var nornirSimpleInvT string -// NornirSimpleKindProps is the kind properties structure used to generate the nornir simple inventory file. +// NornirSimpleInventoryKindProps is the kind properties structure used to generate the nornir simple inventory file. type NornirSimpleInventoryKindProps struct { Username string Password string