os/linux/dev-cmd/update-test: tweak returns.
This commit is contained in:
parent
8eb59869dd
commit
7c1931750d
@ -8,6 +8,7 @@ module Homebrew
|
|||||||
|
|
||||||
def git_tags
|
def git_tags
|
||||||
tags = generic_git_tags
|
tags = generic_git_tags
|
||||||
Utils.popen_read("git tag --list | sort -rV") if tags.blank?
|
tags = Utils.popen_read("git tag --list | sort -rV") if tags.blank?
|
||||||
|
tags
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user