Skip to content

Commit feee80d

Browse files
committed
fix windows install
1 parent 4d6417b commit feee80d

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
@@ -28,7 +28,7 @@ if ! command -v just 2>/dev/null; then
2828
# On most systems we can install directly.
2929
_TARGET=""
3030
if [ "Windows_NT" = "${OS:-}" ]; then
31-
TARGET="--target x86_64-pc-windows-msvc"
31+
_TARGET="--target x86_64-pc-windows-msvc"
3232
fi
3333
echo "Installing just..."
3434
mkdir -p "$_BIN_DIR" 2>/dev/null || true

0 commit comments

Comments
 (0)