Skip to content

Commit 3ce1959

Browse files
AliSoftwaremokagio
andcommitted
Apply suggestions from code review
Co-authored-by: Gio Lodi <giovanni.lodi42@gmail.com>
1 parent 0c923e3 commit 3ce1959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_send_app_size_metrics.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ def self.available_options
239239
FastlaneCore::ConfigItem.new(
240240
key: :universal_apk_path,
241241
env_name: 'FL_ANDROID_SEND_APP_SIZE_METRICS_UNIVERSAL_APK_PATH',
242-
description: 'The path to the Universal .apk to extract size information from',
242+
description: 'The path to the Universal `.apk` to extract size information from',
243243
type: String,
244244
optional: true, # We can have `aab_path` only, or `universal_apk_path` only, or both (but not none)
245245
verify_block: proc do |value|
246-
UI.user_error!('You must provide an path to an existing `.apk` file') unless File.exist?(value)
246+
UI.user_error!('You must provide a path to an existing `.apk` file') unless File.exist?(value)
247247
end
248248
),
249249
FastlaneCore::ConfigItem.new(

0 commit comments

Comments
 (0)