Skip to content

Commit e2db1e4

Browse files
committed
fix tests part 2
1 parent 35ab66c commit e2db1e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/1.27/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ lando start
1919
Run the following commands to validate things are rolling as they should.
2020

2121
```bash
22-
# Should use 1.27.7 as the default version
23-
lando exec defaults -- nginx -v 2>&1 | grep 1.27.7
22+
# Should use 1.27.5 as the default version
23+
lando exec defaults -- nginx -v 2>&1 | grep 1.27.5
2424

2525
# Should serve from the app root by default
2626
lando exec defaults -- curl -s http://localhost | grep ROOTDIR

0 commit comments

Comments
 (0)