Skip to content

Commit b447780

Browse files
authored
FIx comment mismatching code
1 parent 41b6e8e commit b447780

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
@@ -61,7 +61,7 @@ def send_metrics(to:, api_token:, use_gzip: true)
6161
if uri.is_a?(URI::File)
6262
UI.message("Writing metrics payload to file #{uri.path} (instead of sending it to a remote API endpoint)")
6363
File.write(uri.path, json_payload)
64-
return 201 # To make it easy at call site to check for pseudo-status code 200 even in non-HTTP cases
64+
return 201 # To make it easy at call site to check for pseudo-status code 201 even in non-HTTP cases
6565
end
6666

6767
UI.message("Sending metrics to #{uri}...")

0 commit comments

Comments
 (0)