From 0c904544ba97c19330e5b5108e4186dedb20d830 Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Sun, 20 Oct 2024 15:04:22 -0500 Subject: [PATCH] there were two --- examples/1.x/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/1.x/README.md b/examples/1.x/README.md index e596512..a52c60b 100644 --- a/examples/1.x/README.md +++ b/examples/1.x/README.md @@ -27,7 +27,7 @@ lando ssh -s defaults -c "go version | grep go1.19" # Should run only on port 80 by default lando ssh -s defaults -c "curl http://localhost" | grep HEART -lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 1 +lando ssh -s defaults -c "curl https://localhost" || echo $? | grep 7 # Should use the version if specified by user lando ssh -s patch -c "go version | grep go1.17.3"