From f34b86efeb80661aeed9b209e9d362d7f6d8c1cf Mon Sep 17 00:00:00 2001 From: Giles Westwood Date: Tue, 28 Jun 2022 17:03:11 +0100 Subject: [PATCH] main: drop debug --- bin/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/download b/bin/download index d39cb8d..0440f28 100755 --- a/bin/download +++ b/bin/download @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -set -x + current_script_path=${BASH_SOURCE[0]} plugin_dir=$(dirname "$(dirname "$current_script_path")")