Skip to content

Commit

Permalink
[CI] Fix fastlane lane syntax (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple authored Aug 29, 2024
1 parent fbfa582 commit a51b9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ lane :show_frameworks_sizes do |options|
update_img_shields_sdk_sizes(sizes: sizes, open_pr: options[:open_pr]) if options[:update_readme]
end

lane :update_img_shields_sdk_sizes do
lane :update_img_shields_sdk_sizes do |options|
update_sdk_size_in_readme(
open_pr: options[:open_pr] || false,
readme_path: 'README.md',
Expand Down

0 comments on commit a51b9f0

Please sign in to comment.