From 21d2df2ac646a5e7afa6ac3864fdc1d8dbab4a93 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Sat, 19 Aug 2023 23:00:06 -0400 Subject: [PATCH] basic info tests debug part 3 --- examples/l337/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/l337/README.md b/examples/l337/README.md index 6b6023bcf..eee5fa730 100644 --- a/examples/l337/README.md +++ b/examples/l337/README.md @@ -48,14 +48,14 @@ lando info -s db | grep api: | grep 4 lando info -s db | grep type: | grep l337 lando info -s db | grep lastBuild: | grep succeeded lando info -s db | grep imagefile: | grep core/examples/l337/Dockerfile -lando info -s db | grep image: | grep lando/l337-ecdebc06d57aaec9162ca6cf282e2e1f0ae27d3b-db:latest +lando info -s db | grep image: | grep lando/l337-2319fdf2cbc67f0421041eb62480226575dfc358-db:latest lando info -s db | grep primary: | grep false lando info -s db | grep appMount: || echo $? | grep 1 lando info -s web | grep api: | grep 4 lando info -s web | grep type: | grep l337 lando info -s web | grep lastBuild: | grep succeeded lando info -s web | grep image: | grep nginx: -lando info -s web | grep imagefile: | grep ".lando/v4/l337-ecdebc06d57aaec9162ca6cf282e2e1f0ae27d3b/build-contexts/web/Imagefile" +lando info -s web | grep imagefile: | grep ".lando/v4/l337-2319fdf2cbc67f0421041eb62480226575dfc358/build-contexts/web/Imagefile" lando info -s web | grep primary: | grep true lando info -s web | grep appMount: | grep /site