Skip to content

Commit

Permalink
fixing typo on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danlindow committed Feb 28, 2025
1 parent f34fe40 commit 0211c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clab/inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0211c5b

Please sign in to comment.