Skip to content

Commit

Permalink
there were two
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy authored Oct 20, 2024
1 parent 7280dbf commit 0c90454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/1.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0c90454

Please sign in to comment.