Skip to content

Commit 6bbaa30

Browse files
Merge pull request #2 from fschmtt/master
fix script dir
2 parents c5217a4 + 67aeb4e commit 6bbaa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php-code-validator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd ${CALLER_DIR}
66

77
# used within project
88
if [ -f ${BIN_DIR}/phpcs ]; then
9-
SCRIPT_DIR=${BIN_DIR}/../flyeralarm/coding-guidelines
9+
SCRIPT_DIR=${BIN_DIR}/../flyeralarm/php-code-validator
1010
COMPOSER_BIN=${BIN_DIR}
1111
else # standalone
1212
SCRIPT_DIR=${BIN_DIR}/..

0 commit comments

Comments
 (0)