Skip to content

Commit

Permalink
fix v4 test
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Oct 16, 2024
1 parent b454a9a commit bf17207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/4.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Verification commands
Run the following commands to validate things are rolling as they should.

```bash
# Should use varnish 6.x
lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-6"
# Should use varnish 4.x
lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-4"

# Should backend from appserver by default
lando ssh -s defaults -c "curl localhost | grep sophisticated"
Expand Down

0 comments on commit bf17207

Please sign in to comment.