From aeaac6a20894478a6f74cddeb5f1b8f3ac4a042b Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 30 Jan 2025 09:10:34 +0100 Subject: fix(ci): fixup --- scripts/ci-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-install.sh b/scripts/ci-install.sh index cd33354d1..5ab8887de 100755 --- a/scripts/ci-install.sh +++ b/scripts/ci-install.sh @@ -3,7 +3,7 @@ set -e os=$(uname -s) -if [[ $os == Linux ]] then +if [[ $os == Linux ]]; then wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-linux-x86_64.tar.gz tar -zxf nvim-linux-x86_64.tar.gz sudo ln -s "$PWD"/nvim-linux-x86_64/bin/nvim /usr/local/bin -- cgit v1.2.3-70-g09d2