fixing up some paths.

This commit is contained in:
Dan 2022-05-27 14:36:43 -04:00
parent bcd87d63e8
commit c23b9e0601
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ fi
if [[ -z "${BPMN_SPEC_ABSOLUTE_DIR:-}" ]]; then
script_dir="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
export BPMN_SPEC_ABSOLUTE_DIR="$script_dir/../../spiff-workflow-models"
export BPMN_SPEC_ABSOLUTE_DIR="$script_dir/../../sample-process-models"
fi