Skip to content

Commit f804caf

Browse files
committed
Use UI.success instead of UI.message
1 parent 81ae374 commit f804caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/helper/app_size_metrics_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def send_metrics(to:, api_token:, use_gzip: true)
8080
end
8181

8282
if response.is_a?(Net::HTTPSuccess)
83-
UI.message("Metrics sent. (#{response.code} #{response.message})")
83+
UI.success("Metrics sent. (#{response.code} #{response.message})")
8484
else
8585
UI.error("Metrics failed to send. Received: #{response.code} #{response.message}")
8686
UI.message("Request was #{request.method} to #{request.uri}")

0 commit comments

Comments
 (0)