Skip to content

Commit 1c20662

Browse files
authored
triage-tool: fix bug introduced by test infra (#1735)
1 parent a77491d commit 1c20662

File tree

1 file changed

+1
-1
lines changed
  • .github/triage/jax_toolbox_triage

1 file changed

+1
-1
lines changed

.github/triage/jax_toolbox_triage/pyxis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __enter__(self):
3737
[
3838
"sh",
3939
"-c",
40-
"echo 'startup --host_jvm_args=-XX:-UseContainerSupport' > ${JAX_TOOLBOX_TRIAGE_PREFIX}root/.bazelrc",
40+
"echo 'startup --host_jvm_args=-XX:-UseContainerSupport' > ${JAX_TOOLBOX_TRIAGE_PREFIX}/root/.bazelrc",
4141
]
4242
)
4343
return self

0 commit comments

Comments
 (0)