Skip to content

Commit

Permalink
Fixed condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Feb 13, 2022
1 parent b8e6681 commit 6fabd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/thanks.sh
Expand Up @@ -2,6 +2,6 @@

composer global thanks

if [ -f "./composer.json" ]; then
if [[ -f "./composer.json" ]]; then
composer thanks
fi

0 comments on commit 6fabd86

Please sign in to comment.