Skip to content

Commit

Permalink
Add exception to security update
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-sandhu committed Jun 18, 2024
1 parent 6b80e43 commit d3ed7ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def perform
if target_dependencies.empty?
record_security_update_dependency_not_found
else
target_dependencies.each do |dep|
check_and_create_pr_with_error_handling(dep)

target_dependencies.each { |dep| check_and_create_pr_with_error_handling(dep) }
end
end
end
Expand Down

0 comments on commit d3ed7ea

Please sign in to comment.