From a22011dcfb83a28f9394b59dc20fef9c6a5311b3 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 14 Feb 2022 01:32:32 +0300 Subject: [PATCH] Temporarily disabled `symfony/thanks` call --- shell/thanks.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/thanks.sh b/shell/thanks.sh index 8afde74..2f6a389 100644 --- a/shell/thanks.sh +++ b/shell/thanks.sh @@ -2,6 +2,6 @@ composer global thanks -if [[ -f "./composer.json" ]]; then - composer thanks -fi +#if [[ -f "./composer.json" ]]; then +# composer thanks +#fi