From 21c219f6e0d5cdf4965bcbec750e39b7deebf230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Cor=C3=A9?= Date: Tue, 15 Oct 2024 16:10:37 +0200 Subject: [PATCH] Fix debug var --- conan/conan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conan/conan.sh b/conan/conan.sh index a4bac96..46a9c91 100755 --- a/conan/conan.sh +++ b/conan/conan.sh @@ -66,7 +66,7 @@ lock_timeout=${lock_timeout:-2} # Variable to manage output loglevel -debug=false +debug=${debug:-false} # Control weither to run the legacy aws-nuke or not, in addition to the active fork run_aws_nuke_legacy=${run_aws_nuke_legacy:-false}