os/linux/dev-cmd/update-test: tweak returns.

This commit is contained in:
Mike McQuaid 2023-02-09 14:29:29 +00:00 committed by GitHub
parent 8eb59869dd
commit 7c1931750d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ module Homebrew
def 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