Skip to content

Commit 320515c

Browse files
committed
fix setup
1 parent b38b00c commit 320515c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ fi
8484

8585
# Write the binary locations to the env file.
8686
echo "UV_BINARY=$(which uv)" >> $HERE/env.sh
87-
echo "JUST_BINARY=$(which uv)" >> $HERE/env.sh
87+
echo "JUST_BINARY=$(which just)" >> $HERE/env.sh
8888

8989
popd > /dev/null

0 commit comments

Comments
 (0)