Skip to content

Commit

Permalink
Fix typo caused by string concatenation. (#20531)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Aug 6, 2022
1 parent 67f763b commit 1e45f92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deliver/lib/deliver/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ def self.available_options
default_value: false),
FastlaneCore::ConfigItem.new(key: :sync_screenshots,
env_name: "DELIVER_SYNC_SCREENSHOTS",
description: "Sync screenshots with local ones. This is currently beta option" \
"so set true to 'FASTLANE_ENABLE_BETA_DELIVER_SYNC_SCREENSHOTS' environment variable as well",
description: "Sync screenshots with local ones. This is currently beta option so set true to 'FASTLANE_ENABLE_BETA_DELIVER_SYNC_SCREENSHOTS' environment variable as well",
type: Boolean,
default_value: false),
FastlaneCore::ConfigItem.new(key: :submit_for_review,
Expand Down

0 comments on commit 1e45f92

Please sign in to comment.