From 4fc56e2cd00e3aff893c9f278861d2d3872d13e5 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Tue, 15 Mar 2022 16:03:53 +0100 Subject: [PATCH] fixed lint --- internal/app/wwctl/node/list/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/wwctl/node/list/main.go b/internal/app/wwctl/node/list/main.go index 74bde638..bb661b4e 100644 --- a/internal/app/wwctl/node/list/main.go +++ b/internal/app/wwctl/node/list/main.go @@ -76,7 +76,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error { } } else if ShowNet { - fmt.Printf("%-22s %-6s %-18s %-15s %-15s\n", "NODE NAME", "DEVICE", "HWADDR", "IPADDR", "GATEWAY", "IPADDR6") + fmt.Printf("%-22s %-6s %-18s %-15s %-15s %-15s\n", "NODE NAME", "DEVICE", "HWADDR", "IPADDR", "GATEWAY", "IPADDR6") fmt.Println(strings.Repeat("=", 80)) for _, node := range node.FilterByName(nodes, args) {