mattn / bsky

A cli application for bluesky social
269 stars 26 forks source link

Fix update-profile to exit properly on success #1

Closed yibe closed 1 year ago

yibe commented 1 year ago

The subcommand was working correctly, but it always printed an error message (cannot update profile: %!w(<nil>)) and exited with a non-zero code. This patch fixes it.

mattn commented 1 year ago

Thank you