Skip to content

Commit 8a9c089

Browse files
Added missing paratheses
1 parent 727df58 commit 8a9c089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ platform :ios do
194194
repository: GITHUB_REPO,
195195
milestone: new_version
196196
)
197-
ios_check_beta_deps(podfile: File.join(PROJECT_ROOT_FOLDER, 'Podfile')
197+
ios_check_beta_deps(podfile: File.join(PROJECT_ROOT_FOLDER, 'Podfile'))
198198
end
199199

200200
#####################################################################################

0 commit comments

Comments
 (0)