Skip to content

Commit

Permalink
fix the path
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Jun 6, 2024
1 parent ad897bb commit 992064d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/archery/archery/integration/tester_java.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

ARROW_BUILD_ROOT = os.environ.get(
'ARROW_BUILD_ROOT',
Path(__file__).resolve().parents[5]
Path(__file__).resolve().parents[4]
)


Expand Down
2 changes: 1 addition & 1 deletion dev/archery/archery/integration/tester_js.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

ARROW_BUILD_ROOT = os.environ.get(
'ARROW_BUILD_ROOT',
Path(__file__).resolve().parents[5]
Path(__file__).resolve().parents[4]
)
ARROW_JS_ROOT = os.path.join(ARROW_BUILD_ROOT, 'js')
_EXE_PATH = os.path.join(ARROW_JS_ROOT, 'bin')
Expand Down

0 comments on commit 992064d

Please sign in to comment.