From 6c35cfd6f5a0377acd9f0226c52a7b0d84f57608 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Thu, 22 Sep 2022 10:31:50 +0200 Subject: [PATCH] fix typo --- internal/app/wwctl/ssh/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/wwctl/ssh/main.go b/internal/app/wwctl/ssh/main.go index 5bc39d82..a77cc7e0 100644 --- a/internal/app/wwctl/ssh/main.go +++ b/internal/app/wwctl/ssh/main.go @@ -51,7 +51,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error { continue } if node.NetDevs[primaryNet].Ipaddr.Get() == "" { - wwlog.Error("%s: Primary network IP address not configured\n", node.Id.Get()) + wwlog.Error("%s: Primary network IP address not configured\n", node.Id.Get()) continue }