Skip to content

Commit

Permalink
test: fix lando-101 test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Mar 27, 2024
1 parent 8ea71fe commit a9da622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lando-101/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cd lando-101
cp ../.lando.tooling.yml .lando.yml
lando rebuild -y
lando composer require squizlabs/php_codesniffer
lando phpcs --version |grep squiz
lando phpcs --version | grep -i squiz
lando destroy -y
```

Expand Down

0 comments on commit a9da622

Please sign in to comment.