From f13aca40ac42f96b80ec5e863cdfa20093e23b44 Mon Sep 17 00:00:00 2001 From: Artur Troian Date: Sat, 18 Nov 2023 10:05:01 -0500 Subject: [PATCH] fix(scripts): remove verbose from tools.sh (#165) 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 65508cde..2d92baa3 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