Skip to content

Commit 4f4e10a

Browse files
committed
fix path
1 parent 8f19360 commit 4f4e10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def setup_libmongocrypt():
111111
name = ""
112112
version_id = ""
113113
arch = platform.machine()
114-
with open("etc/os-release") as fid:
114+
with open("/etc/os-release") as fid:
115115
for line in fid:
116116
if line.startswith("NAME="):
117117
_, _, name = line.strip().split("=")

0 commit comments

Comments
 (0)