Skip to content

Commit a342c7f

Browse files
committed
fix install-deps
1 parent e39170e commit a342c7f

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
@@ -9,7 +9,7 @@ if [ "${CI:-}" == "true" ]; then
99
else
1010
_BIN_DIR=$HOME/.local/bin
1111
fi
12-
if [ ! -f $BIN_DIR/just ]; then
12+
if [ ! -f $_BIN_DIR/just ]; then
1313
if [ "Windows_NT" = "${OS:-}" ]; then
1414
_TARGET="--target x86_64-pc-windows-msvc"
1515
else

0 commit comments

Comments
 (0)