Skip to content

Commit

Permalink
Update post2bsky.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Jan 17, 2025
1 parent d9217d0 commit dcb0dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/scripts/post2bsky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ if [[ "$(jq -r '.uri' <<< "$response")" != "null" ]]; then
"${s6wrap[@]}" echo "BlueSky Post successful. Post available at https://bsky.app/profile/$handle/post/${uri##*/}. $ratelimit_str"
else
"${s6wrap[@]}" echo "BlueSky Posting Error: $response. $ratelimit_str"
{ echo "{ \"title\": \"BlueSky Posting Error\""
{ echo "{ \"title\": \"BlueSky Posting Error\" ,"
echo " \"response\": $response ,"
echo " \"ratelimit\": $ratelimit_str ,"
echo " \"postdata\": $post_data } ,"
Expand Down

0 comments on commit dcb0dff

Please sign in to comment.