Merge pull request #2138 from eviweb/fix-projects-plugin-regression
fix projects plugin regressionpull/1946/head^2 v3.0.2
commit
1ffbc85a62
|
|
@ -21,7 +21,7 @@ function pj() {
|
|||
# with the same name in project directories
|
||||
IFS=':' read -ra dests <<< "${BASH_IT_PROJECT_PATHS?${FUNCNAME[0]}: project working folders must be configured}"
|
||||
for d in "${!dests[@]}"; do
|
||||
if [[ ! -d "${dests[d]}" ]]; then
|
||||
if [[ ! -d "${dests[d]}/${proj}" ]]; then
|
||||
unset 'dests[d]'
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue