We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60c4c0b + 088212f commit 1ffbc85Copy full SHA for 1ffbc85
plugins/available/projects.plugin.bash
@@ -21,7 +21,7 @@ function pj() {
21
# with the same name in project directories
22
IFS=':' read -ra dests <<< "${BASH_IT_PROJECT_PATHS?${FUNCNAME[0]}: project working folders must be configured}"
23
for d in "${!dests[@]}"; do
24
- if [[ ! -d "${dests[d]}" ]]; then
+ if [[ ! -d "${dests[d]}/${proj}" ]]; then
25
unset 'dests[d]'
26
fi
27
done
0 commit comments