Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinz committed Feb 28, 2024
1 parent f3ecfca commit 2bcbfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/lib/dependabot/file_fetcher_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def perform_job # rubocop:disable Metrics/PerceivedComplexity,Metrics/AbcSize
end
handle_file_fetcher_error(e)
service.mark_job_as_processed(@base_commit_sha)
return
return nil
end

File.write(Environment.output_path, JSON.dump(
Expand Down

0 comments on commit 2bcbfd6

Please sign in to comment.