Skip to content

Commit

Permalink
Fixed non-interactive Docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Oct 31, 2024
1 parent 22f065d commit 32ffe36
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 exec php vendor/bin/pint
docker compose exec -T php vendor/bin/pint
else
echo "Running Pint locally..."
vendor/bin/pint
Expand Down

0 comments on commit 32ffe36

Please sign in to comment.