Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit 5802baa

Browse files
committed
Fix errant semicolon
1 parent e74154f commit 5802baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-cli/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ "${ARCH}" == "x86_64" ] ; then
1818
else
1919
ARCH="linux-x64"
2020
fi
21-
elif [ "${ARCH}" == "aarch64" ] || [ "${ARCH}" == "arm64" ];; then
21+
elif [ "${ARCH}" == "aarch64" ] || [ "${ARCH}" == "arm64" ] ; then
2222
if [ -f "/lib/ld-musl-aarch64.so.1" ] ; then
2323
ARCH="alpine-arm64"
2424
else

0 commit comments

Comments
 (0)