Skip to content

Commit dd723fa

Browse files
committed
Adjust description of skip_if_exists param
1 parent 9647959 commit dd723fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/common/upload_to_s3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def self.available_options
111111
),
112112
FastlaneCore::ConfigItem.new(
113113
key: :skip_if_exists,
114-
description: 'If the file already exists in the S3 bucket, just log the error instead of failing with `user_error!`',
114+
description: 'If the file already exists in the S3 bucket, skip the upload (and report it in the logs), instead of failing with `user_error!`',
115115
optional: true,
116116
default_value: false,
117117
type: Boolean

0 commit comments

Comments
 (0)