Skip to content

Commit

Permalink
chore: improve reliability of project root path in run_use_case_examp…
Browse files Browse the repository at this point in the history
…les script (#627)
  • Loading branch information
jfrery authored Apr 19, 2024
1 parent 9372c39 commit 19342e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/make_utils/run_use_case_examples.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

CURRENT_DIR=$(pwd)
CURRENT_DIR=$(dirname "$(realpath "$0")")/../../
USE_CASE_DIR_NAME="use_case_examples"
USE_CASE_DIR="${CURRENT_DIR}/${USE_CASE_DIR_NAME}"

Expand Down

0 comments on commit 19342e9

Please sign in to comment.