From 6fabd866cb313396d11609cf6fc63e572cfde599 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 14 Feb 2022 01:26:51 +0300 Subject: [PATCH] Fixed condition --- shell/thanks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/thanks.sh b/shell/thanks.sh index 84e0956..8afde74 100644 --- a/shell/thanks.sh +++ b/shell/thanks.sh @@ -2,6 +2,6 @@ composer global thanks -if [ -f "./composer.json" ]; then +if [[ -f "./composer.json" ]]; then composer thanks fi