From a38613ec8f9e1cf0d979db9284036208dea9fc44 Mon Sep 17 00:00:00 2001 From: Leandro Mendes Date: Tue, 29 Aug 2023 11:08:12 +0200 Subject: [PATCH] cleaning up the code Signed-off-by: Leandro Mendes --- utils/update-paths | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/utils/update-paths b/utils/update-paths index 3f86b09..5146677 100755 --- a/utils/update-paths +++ b/utils/update-paths @@ -46,28 +46,21 @@ if [ -z "${PATHS}" ] || [ -z "${FILE}" ]; then exit fi -newPaths='{"paths": []}' pathsLength=$(jq -cr '. |length' <<< "${PATHS}") for(( p=0; p