Skip to content

Commit

Permalink
updated directory for custom templates in zk3
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jan 28, 2020
1 parent 57a16ef commit 5d129a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ if [ "$TOOLS" = "all" ] || [[ "$TOOLS" == *",lint:twig,"* ]]; then
echo "Checks: Twig lint"
if [ "$CORE" = "ZK30" ] || [ "$CORE" = "ZK3DEV" ]; then
php ${consoleCmd} lint:twig --show-deprecations "@${APP_NAME}"
if [ -d "app/" ]; then
php ${consoleCmd} lint:twig --show-deprecations "app/"
if [ -d "templates/" ]; then
php ${consoleCmd} lint:twig --show-deprecations "templates/"
fi
else
php ${consoleCmd} lint:twig "@${APP_NAME}"
Expand Down

0 comments on commit 5d129a6

Please sign in to comment.