Merge branch 'develop' of https://github.com/vivo-project/VIVO into develop

This commit is contained in:
unknown 2015-05-03 21:19:01 -04:00
commit 70ff560c30

View file

@ -253,7 +253,7 @@ end
def tag_exists?(dir, tag) def tag_exists?(dir, tag)
Dir.chdir(dir) do |path| Dir.chdir(dir) do |path|
re = Regexp.new("\\b#{tag}\\b") re = Regexp.new("^#{tag}$")
`git tag`.index(re) `git tag`.index(re)
end end
end end