./lib/shenzhen/plugins/testflight.rb in shenzhen-0.5.4 vs ./lib/shenzhen/plugins/testflight.rb in shenzhen-0.6.0

- old
+ new

@@ -81,10 +81,10 @@ response = client.upload_build(@file, parameters) case response.status when 200...300 say_ok "Build successfully uploaded to TestFlight" else - say_error "Error uploading to TestFlight: #{response.body}" + say_error "Error uploading to TestFlight: #{response.body}" and abort end end private