Skip to content

Commit ac7e47c

Browse files
committed
fix: syntax error in bash
1 parent 411f132 commit ac7e47c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

link_python_grpc_plugin.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ if command -v grpc_python_plugin; then
1212
echo "$(dirname $plugin_path)/protoc-gen-grpc_python"
1313
ln -s "${canonicalPath}/$(basename $plugin_path)" "$(dirname $plugin_path)/protoc-gen-grpc_python"
1414
exit 0
15-
fi
1615
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
1716
sudo apt-get update
1817
sudo apt-get install -y --no-install-recommends python3.9 protobuf-compiler-grpc

0 commit comments

Comments
 (0)