Skip to content

Commit

Permalink
PR #9585 Fixing lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
GarryHurleyJr committed Apr 25, 2024
1 parent 79f39e5 commit 0a29ece
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def latest_resolvable_version
return @latest_resolvable_version if defined?(@latest_resolvable_version)

@latest_resolvable_version = fetch_latest_resolvable_version
rescue Dependabot::SharedHelpers::HelperSubprocessFailed => e
rescue Dependabot::SharedHelpers::HelperSubprocessFailed => e
raise Dependabot::DependencyFileNotResolvable, e.message
end

Expand Down

0 comments on commit 0a29ece

Please sign in to comment.