Skip to content

Commit 81d009f

Browse files
committed
Fix formatting: Add missing blank line between test sections in joomla-defaults README
1 parent fc084c4 commit 81d009f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/joomla-defaults/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ lando exec appserver -- /bin/sh -c 'NO_COLOR=1 composer -V' | grep "Composer ver
4343

4444
# Should not include ANSI escape codes when output is redirected
4545
lando composer --version > /tmp/composer-output.txt 2>&1 && ! grep -P '\x1b\[' /tmp/composer-output.txt
46+
4647
# Should use the correct default config files
4748
lando exec appserver -- cat /usr/local/etc/php/conf.d/zzz-lando-my-custom.ini | grep "; LANDOJOOMLAPHPINI"
4849
lando exec appserver -- curl -L http://localhost/info.php | grep max_execution_time | grep 91

0 commit comments

Comments
 (0)