From 2925b2c432941a946c2b799eb73edcab346f81ac Mon Sep 17 00:00:00 2001 From: a Date: Sun, 5 Nov 2023 20:42:20 -0600 Subject: [PATCH] this should be print --- cmd/link.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/link.go b/cmd/link.go index c1a97d6..646f0c6 100644 --- a/cmd/link.go +++ b/cmd/link.go @@ -19,7 +19,7 @@ var linkCmd = &cobra.Command{ fmt.Println(err) os.Exit(1) } - fmt.Print(link) + fmt.Println(link) }, }