Updated to match greenfiling standard package location

This commit is contained in:
James Patrick 2023-05-04 09:48:39 -04:00
parent 3fa6a25dfb
commit 5e3a1221df
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ GF_TYLER="/Users/james/Code/GreenFiling/eclipse/TexFileClient"
GF_TYBERA="/Users/james/Code/GreenFiling/eclipse/TyberaClient"
GF_LOG="/Users/james/Code/GreenFiling/data/logs"
switch(){
pushd /Users/james/Code/GreenFiling/buildtools/switch
switch () {
pushd "/Users/james/Documents/greenfiling/buildtools/switch"
bundle exec ruby switch.rb $@
popd
}