Bastille

My git repository was pointed to a branch that no longer existed, so it couldn't update. Since I followed the directions when I first installed it, I figured others might be having the same issue, but I could be alone.
 
Makes sense. When Ezandora moved from SVN to git on github, I uninstalled the SVN version and then installed the git version.
 
This script requires Ezandora's Choice Override. Mine worked, but was using an out of date version, because the repo had moved. Try this:
Code:
git delete Ezandora-Choice-Override
git checkout https://github.com/Ezandora/Choice-Override.git
Before you do that, you can check to see what version you were using by looking at the headers in "relay/choice.ash" I was using 1.1 and 1.1.1 is the newest version.
This worked.
 
Back
Top