From e3c0d2e67034564aa3ff3673e2eefb884d7a6553 Mon Sep 17 00:00:00 2001 From: Christopher Swenson Date: Fri, 2 Dec 2022 15:25:18 -0800 Subject: [PATCH] Update client.go Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com> --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 66749d31..e7a2ea10 100644 --- a/client.go +++ b/client.go @@ -504,7 +504,7 @@ func additionalNotesAboutCommand(path string) string { return notes } - notes += "\nAdditional notes about plugin:" + notes += "\nAdditional notes about plugin:\n" notes += fmt.Sprintf(" Path: %s\n", path) notes += fmt.Sprintf(" Mode: %s\n", stat.Mode())