Skip to content

Commit

Permalink
lang: fix php typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed May 29, 2024
1 parent 9459178 commit ab37450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ do
git checkout "$checkout"
fi
# Regenerate. See https://github.com/tree-sitter/tree-sitter/issues/2731
if [ "$lang" == "php" ]; then
if [ "$lang" = "php" ]; then
cd php
compile
cd ../php_only
Expand Down

0 comments on commit ab37450

Please sign in to comment.