From 9af5e4d149e5b9780c8c2c7799c4f714b84f072b Mon Sep 17 00:00:00 2001 From: Artur Troian Date: Sat, 18 Nov 2023 09:23:41 -0500 Subject: [PATCH] fix(scripts): remove verbose from tools.sh Signed-off-by: Artur Troian --- script/tools.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/tools.sh b/script/tools.sh index 65508cdec..2d92baa3f 100755 --- a/script/tools.sh +++ b/script/tools.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -set -x - SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" SEMVER=$SCRIPT_DIR/semver.sh