Skip to content

Commit

Permalink
Fix typo in resign.rb (fastlane#16705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Pelitti authored and minuscorp committed Jul 18, 2020
1 parent a52bbef commit 773e484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/resign.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def self.available_options
optional: true),
FastlaneCore::ConfigItem.new(key: :use_app_entitlements,
env_name: "FL_USE_APP_ENTITLEMENTS",
description: "Extract app bundle codesigning entitlements and combine with entitlements from new provisionin profile",
description: "Extract app bundle codesigning entitlements and combine with entitlements from new provisioning profile",
conflicting_options: [:entitlements],
is_string: false,
optional: true),
Expand Down

0 comments on commit 773e484

Please sign in to comment.