Skip to content

Commit

Permalink
Merge pull request #2 from fschmtt/master
Browse files Browse the repository at this point in the history
fix script dir
  • Loading branch information
daniel-mueller authored Sep 8, 2017
2 parents c5217a4 + 67aeb4e commit 6bbaa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/php-code-validator
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd ${CALLER_DIR}

# used within project
if [ -f ${BIN_DIR}/phpcs ]; then
SCRIPT_DIR=${BIN_DIR}/../flyeralarm/coding-guidelines
SCRIPT_DIR=${BIN_DIR}/../flyeralarm/php-code-validator
COMPOSER_BIN=${BIN_DIR}
else # standalone
SCRIPT_DIR=${BIN_DIR}/..
Expand Down

0 comments on commit 6bbaa30

Please sign in to comment.