From 8fbc04cfdf939ee2a0b76cc267b31e01038aa955 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Feb 2025 22:49:31 +0200 Subject: more use of tables --- internal/platforms/linkedin/linkedin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/platforms') diff --git a/internal/platforms/linkedin/linkedin.go b/internal/platforms/linkedin/linkedin.go index ebbf5dd..9c6f7b9 100644 --- a/internal/platforms/linkedin/linkedin.go +++ b/internal/platforms/linkedin/linkedin.go @@ -61,7 +61,7 @@ func post(ctx context.Context, args config.Args, sizeLimit int, en entry.Entry) return err } - question := fmt.Sprintf("Do you want to post this message to Linkedin (%v)?", prev) + question := "Do you want to post this message to Linkedin?" if content, err = prompt.FileAction(question, content, en.Path, prompt.RandomOption); err != nil { return err } -- cgit v1.2.3