Revert priority for Git strategy.

This commit is contained in:
Markus Reiter 2020-12-18 21:34:00 +01:00 committed by Sam Ford
parent 0fd0b1dad0
commit 0d7c8c8c61
No known key found for this signature in database
GPG Key ID: 95209E46C7FFDEFE

View File

@ -26,7 +26,7 @@ module Homebrew
class Git
# The priority of the strategy on an informal scale of 1 to 10 (from
# lowest to highest).
PRIORITY = 7
PRIORITY = 8
# Fetches a remote Git repository's tags using `git ls-remote --tags`
# and parses the command's output. If a regex is provided, it will be