diff --git a/src/sketchybar.m b/src/sketchybar.m index 52d0ba91..92c7a1e0 100644 --- a/src/sketchybar.m +++ b/src/sketchybar.m @@ -65,8 +65,8 @@ static int client_send_message(int argc, char **argv) { message, message_length, true ); - if (!rsp) - return EXIT_FAILURE; + + if (!rsp) return EXIT_SUCCESS; printf("%s", rsp);