summaryrefslogtreecommitdiff
path: root/internal/platforms/platform.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/platforms/platform.go')
-rw-r--r--internal/platforms/platform.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/platforms/platform.go b/internal/platforms/platform.go
index 3cf02c9..e5bbd22 100644
--- a/internal/platforms/platform.go
+++ b/internal/platforms/platform.go
@@ -39,7 +39,7 @@ func (p Platform) String() string {
}
func (p Platform) Post(ctx context.Context, args config.Args, sizeLimit int, en entry.Entry) (err error) {
- _, _ = colour.Infoln("Posting", en)
+ colour.Infoln("Posting", en)
switch p.String() {
case "mastodon":
err = mastodon.Post(ctx, args, sizeLimit, en)