Skip to content

Commit

Permalink
#1144: VERY basic tomcat tests part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Sep 9, 2018
1 parent 67f9735 commit 609ec6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tomcat/README.md
Expand Up @@ -29,7 +29,7 @@ Run the following commands to confirm things

```bash
# Verify tomcat is serving something
lando ssh appserver -c "curl -I tomcat.lndo.site | grep 200 | grep OK"
lando ssh appserver -c "curl -I tomcat.lndo.site | grep HTTP | grep 200"
```

Helpful Commands
Expand Down

0 comments on commit 609ec6d

Please sign in to comment.