From bd633ae56a4a43c0e648bb6c2e13fd6c470daca1 Mon Sep 17 00:00:00 2001 From: Loris Cro Date: Sat, 22 Jun 2024 07:24:29 +0200 Subject: [PATCH] update linkedin --- post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.sh b/post.sh index d31547b..274e02f 100755 --- a/post.sh +++ b/post.sh @@ -62,7 +62,7 @@ fi if [ "$#" -gt 0 ]; then echo "Skipping LinkedIn as it doesn't support images." else - python3 -m linkedin post -v public "$text" || echo "failed to post: linkedin" + linkedin post -v public "$text" || echo "failed to post: linkedin" fi # Clean up