Skip to content

Commit 83ef032

Browse files
syntax checker fix
1 parent ef34862 commit 83ef032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugin_path ?= plugin
22
i18n_path ?= i18n/languages
33
i18n_name ?= aplazame-es_ES
44
version ?= v4.2.0
5-
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)
5+
errors = $(shell find plugin/. -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)
66

77
clean:
88
@rm -f aplazame.latest.zip

0 commit comments

Comments
 (0)