Skip to content

Commit

Permalink
Merge pull request #3586 from jeffwidman/patch-3
Browse files Browse the repository at this point in the history
Tweak comment
  • Loading branch information
feelepxyz authored Apr 29, 2021
2 parents cd9fb41 + 1f63726 commit dedb7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go_modules/lib/dependabot/go_modules/update_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def latest_resolvable_version
#
# To update indirect dependencies we'll need to promote the indirect
# dependency to the go.mod file forcing the resolver to pick this
# version (possibly as # indirect)
# version (possibly as `// indirect`)
unless dependency.top_level?
return unless dependency.version

Expand Down

0 comments on commit dedb7e6

Please sign in to comment.