Browse Source

remove old org

pull/2/merge
Brett Langdon 9 years ago
parent
commit
fe0b8c4498
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      postactivate

+ 1
- 1
postactivate View File

@ -2,7 +2,7 @@
# This hook is run after every virtualenv is activated.
proj_name=$(echo $VIRTUAL_ENV|awk -F'/' '{print $NF}')
locs=("src" "simpleoncall" "underdog")
locs=("src" "underdog")
for loc in "${locs[@]}";
do
if [ -d ~/$loc/$proj_name ]


Loading…
Cancel
Save