We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38b00c commit 320515cCopy full SHA for 320515c
.evergreen/scripts/install-dependencies.sh
@@ -84,6 +84,6 @@ fi
84
85
# Write the binary locations to the env file.
86
echo "UV_BINARY=$(which uv)" >> $HERE/env.sh
87
-echo "JUST_BINARY=$(which uv)" >> $HERE/env.sh
+echo "JUST_BINARY=$(which just)" >> $HERE/env.sh
88
89
popd > /dev/null
0 commit comments