Skip to content

Commit 67aeb4e

Browse files
author
f.schmitt
committed
fix script dir
1 parent c5217a4 commit 67aeb4e

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)