Skip to content

Commit b31f146

Browse files
Remove extra paratheses
1 parent 8a9c089 commit b31f146

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
@@ -183,7 +183,7 @@ platform :ios do
183183
extract_release_notes_for_version(
184184
version: new_version,
185185
release_notes_file_path: File.join(PROJECT_ROOT_FOLDER, 'RELEASE-NOTES.txt'),
186-
extracted_notes_file_path: RELEASE_NOTES_PATH)
186+
extracted_notes_file_path: RELEASE_NOTES_PATH
187187
)
188188
ios_update_release_notes(new_version: new_version)
189189
setbranchprotection(

0 commit comments

Comments
 (0)