Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MartkCz committed Jul 20, 2020
1 parent 459049f commit bd4758e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/codefixer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ -f "${DIR}/../../${RULESET}" ]; then
elif [ -f "${DIR}/../../${RULESET}.xml" ]; then
RULESET="${DIR}/../../${RULESET}.xml"
else
RULESET="${DIR}/../warengo/qa/ruleset.xml"
RULESET="${DIR}/../utilitte/qa/ruleset.xml"
fi

# Show installed coding standards
Expand Down
2 changes: 1 addition & 1 deletion bin/codesniffer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ -f "${DIR}/../../${RULESET}" ]; then
elif [ -f "${DIR}/../../${RULESET}.xml" ]; then
RULESET="${DIR}/../../${RULESET}.xml"
else
RULESET="${DIR}/../warengo/qa/ruleset.xml"
RULESET="${DIR}/../utilitte/qa/ruleset.xml"
fi

# Show installed coding standards
Expand Down

0 comments on commit bd4758e

Please sign in to comment.