Skip to content

Commit 2c7a18b

Browse files
aclark4lifeCopilot
andauthored
Update .evergreen/setup.sh
Co-authored-by: Copilot <[email protected]>
1 parent 75ff246 commit 2c7a18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -eux
66
# On Evergreen jobs, "CI" will be set, and if "CI" is set, add
77
# "/opt/python/Current/bin" to PATH to pick up `just` and `uv`.
88
if [ "${CI:-}" == "true" ]; then
9-
PATH_EXT="opt/python/Current/bin:\$PATH"
9+
PATH_EXT="/opt/python/Current/bin:\$PATH"
1010
fi
1111

1212
export PATH="$PATH_EXT"

0 commit comments

Comments
 (0)