Skip to content

Commit

Permalink
Fix ruby typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi committed Mar 6, 2024
1 parent 9d22a7f commit 228c2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/scripts/cocoapods/utils.rb
Expand Up @@ -90,7 +90,7 @@ def self.fix_flipper_for_xcode_15_3(installer)
installer.pods_project.targets.each do |target|
if target.name == 'Flipper'
file_path = 'Pods/Flipper/xplat/Flipper/FlipperTransportTypes.h'
if !File.exist(file_path)
if !File.exist?(file_path)
return
end

Expand Down

0 comments on commit 228c2b0

Please sign in to comment.