Skip to content

Commit

Permalink
Added missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Oct 31, 2024
1 parent ef8a431 commit 22f065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
# Check if USE_DOCKER is set to "true"
if [ "$USE_DOCKER" = "true" ]; then
echo "Running Pint in Docker..."
docker compose php vendor/bin/pint
docker compose exec php vendor/bin/pint
else
echo "Running Pint locally..."
vendor/bin/pint
Expand Down

0 comments on commit 22f065d

Please sign in to comment.