lib/erorr/cli.rb in erorr-0.1.2 vs lib/erorr/cli.rb in erorr-0.2.0

- old
+ new

@@ -66,9 +66,11 @@ if Erorr.notify e, location: 'erorr test-notify' say_success 'Test notification sent successfully.' else say_error 'Test notification could not be delivered.' end + + Erorr::Transport::HTTPAsync.shut_down end end end run!