Skip to content

Commit

Permalink
Merge pull request #12145 from keymanapp/fix/common/descr_path
Browse files Browse the repository at this point in the history
fix(common): show description even if child projects specifies path
  • Loading branch information
ermshiperete authored Aug 12, 2024
2 parents ce7e155 + 196300a commit f6dde07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/builder.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ builder_describe() {
IFS="=" read -r -a sub <<< "$value"
target_path="${sub[@]:1}"
value="${sub[0]}"
original_value="$value"
if [[ ! -d "$THIS_SCRIPT_PATH/$target_path" ]]; then
builder_die "Target path '$target_path' for $value does not exist."
fi
Expand Down

0 comments on commit f6dde07

Please sign in to comment.