summaryrefslogtreecommitdiff
path: root/internal/platforms/linkedin
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-08 22:49:31 +0200
committerPaul Buetow <paul@buetow.org>2025-02-08 22:49:31 +0200
commit8fbc04cfdf939ee2a0b76cc267b31e01038aa955 (patch)
tree750f832b2db27f97d8487b8a06676814e0e54229 /internal/platforms/linkedin
parent316ef97b655e4837dbce4af3747003ed924b5874 (diff)
more use of tables
Diffstat (limited to 'internal/platforms/linkedin')
-rw-r--r--internal/platforms/linkedin/linkedin.go2
1 files changed, 1 insertions, 1 deletions
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
}