Skip to content

Commit

Permalink
fixed ROOT_DIR after moving script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhm committed Nov 9, 2023
1 parent 7308d97 commit e97a366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -e
# Otherwise a temporary checkout of matter sdk will be made.

# Paths
ROOT_DIR=$(realpath $(dirname "$0")/../..)
ROOT_DIR=$(realpath $(dirname "$0")/../../..)
TEST_YAML_LOCK_PATH="$ROOT_DIR/.lock-test-yaml"
TMP_SDK_FOLDER="sdk-sparse"
TMP_SDK_PATH="/tmp/$TMP_SDK_FOLDER"
Expand Down

0 comments on commit e97a366

Please sign in to comment.