Skip to content

Commit

Permalink
Merge pull request #48 from TheDragonCode/1.x
Browse files Browse the repository at this point in the history
Fixed condition
  • Loading branch information
Andrey Helldar committed Feb 13, 2022
2 parents cecb724 + 6fabd86 commit a592add
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 a592add

Please sign in to comment.