Skip to content

Commit 29286fa

Browse files
committed
Update docs [skip ci]
1 parent cbb288f commit 29286fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/java-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Heroku aggregates all of the output streams from both your app and the platform'
155155
View information about your running app using the `heroku logs --tail` command:
156156

157157
```term
158-
:::>- background.start("heroku logs --tail", name: "tail", wait: "Tomcat started", timeout: 45)
158+
:::>- background.start("heroku logs --tail", name: "tail", wait: "State changed from starting to up", timeout: 45)
159159
:::-> | tail -10
160160
:::-- background.stop(name: "tail")
161161
```

0 commit comments

Comments
 (0)