Skip to content

Commit 2a3544f

Browse files
committed
Fix rubocop violation
1 parent 47dfe29 commit 2a3544f

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
@@ -533,7 +533,7 @@ platform :ios do
533533
repository: GITHUB_REPO,
534534
milestone: version
535535
)
536-
rescue
536+
rescue StandardError => e
537537
error_message = <<-MESSAGE
538538
Error removing branch protection or finalization of milestone `#{version}`: #{e.message}
539539
- If this is a retry of the lane, the milestone might have already been closed and this error is expected.

0 commit comments

Comments
 (0)