From d33c56a4fda8597c294013d9e2e476cdbcc28aa5 Mon Sep 17 00:00:00 2001 From: vnherdeiro Date: Sat, 7 Sep 2024 23:50:01 +0100 Subject: [PATCH] Fixing shellcheck in .ci/test.sh .ci/test-r-package.sh .ci/setup.sh --- .ci/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/setup.sh b/.ci/setup.sh index e51076695e34..caf25b38062b 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -29,7 +29,7 @@ if [[ $OS_NAME == "macos" ]]; then brew install swig fi else # Linux - if { type -f apt > /dev/null ;} 2>&1 then + if { type -f apt > /dev/null; } 2>&1; then sudo apt-get update sudo apt-get install --no-install-recommends -y \ ca-certificates \