Skip to content

Commit eb3df49

Browse files
RishabhTayalKrauseFx
authored andcommitted
Updated docs description for pilot/testflight action (#7550)
* Update hockey.rb * clear explanation of `distribute_external` not working while using skip waiting for processing option
1 parent 3378fa3 commit eb3df49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pilot/lib/pilot/options.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def self.available_options
6161
FastlaneCore::ConfigItem.new(key: :skip_waiting_for_build_processing,
6262
short_option: "-z",
6363
env_name: "PILOT_SKIP_WAITING_FOR_BUILD_PROCESSING",
64-
description: "Don't wait for the build to process. If set to true, the changelog won't be set",
64+
description: "Don't wait for the build to process. If set to true, the changelog won't be set, `distribute_external` option won't work",
6565
is_string: false,
6666
default_value: false),
6767
FastlaneCore::ConfigItem.new(key: :update_build_info_on_upload,

0 commit comments

Comments
 (0)