Skip to content
  • Michael Pyne's avatar
    Fix implementation of tag/revision support for git. · 013246ae
    Michael Pyne authored
    I somehow missed the case of "branch option not ever set" by using the
    getOption method to grab the git branch instead of the specific build
    system "getBranch" method that had been used before. This led to build
    errors trying to dereference an undefined variable.
    
    My apologies for the trouble.
    013246ae