From f857e56f1479d285f297fae3dfb01cfcbc3697e3 Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Fri, 3 Sep 2021 15:59:08 +0000 Subject: [PATCH] Print -> Printf --- cmd/ud.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ud.go b/cmd/ud.go index 0fd975509..4dd6463ce 100644 --- a/cmd/ud.go +++ b/cmd/ud.go @@ -130,7 +130,7 @@ var udCmd = &cobra.Command{ // TODO: Lookup code err = userDiscoveryMgr.SendConfirmFact(confirmID, confirmID) if err != nil { - fmt.Print("Couldn't confirm fact: %s\n", + fmt.Printf("Couldn't confirm fact: %s\n", err.Error()) jww.FATAL.Panicf("%+v", err) } -- GitLab