Skip to content

Commit 3479075

Browse files
authored
1 parent 659b75a commit 3479075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/scripts/install-protoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525
if [ "$os" == "Linux" ] ; then
2626
os="linux"
27-
if [$arch != "x86_64"]; then
27+
if [ $arch != "x86_64" ]; then
2828
echo "unsupported os $os-$arch update $0"
2929
exit 1
3030
fi

0 commit comments

Comments
 (0)