Skip to content

Commit a0d9612

Browse files
authored
DRIVERS-3119 Fix uri.txt path (#627)
1 parent 81c7adb commit a0d9612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/orchestration/drivers_orchestration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737

3838
# Top level files
39-
URI_TXT = Path("uri.txt")
39+
URI_TXT = DRIVERS_TOOLS / "uri.txt"
4040
MO_EXPANSION_SH = Path("mo-expansion.sh")
4141
MO_EXPANSION_YML = Path("mo-expansion.yml")
4242

0 commit comments

Comments
 (0)