From 614d53e540891373a7de510e672784ec768d6a42 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Tue, 1 Oct 2024 00:23:46 +1000 Subject: [PATCH] Codacy compliant --- server-lsp.sh | 2 +- server-lst.sh | 2 +- server-ttt.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server-lsp.sh b/server-lsp.sh index f36a1f0..ccb3dee 100755 --- a/server-lsp.sh +++ b/server-lsp.sh @@ -99,5 +99,5 @@ do inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]') done -echo $inbound +echo "$inbound" exit 0 diff --git a/server-lst.sh b/server-lst.sh index 9eb0ed9..7434a54 100755 --- a/server-lst.sh +++ b/server-lst.sh @@ -117,5 +117,5 @@ do inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]') done -echo $inbound +echo "$inbound" exit 0 diff --git a/server-ttt.sh b/server-ttt.sh index c7aa4e2..df04c1f 100755 --- a/server-ttt.sh +++ b/server-ttt.sh @@ -109,5 +109,5 @@ do inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]') done -echo $inbound +echo "$inbound" exit 0