Skip to content

Commit

Permalink
Fix artemis fleet documentation. (#505)
Browse files Browse the repository at this point in the history
It said 'toit' instead of 'artemis'.

This page is copied over from the Artemis repository on each Artemis
release, but we want to fix the documentation before the next release.
  • Loading branch information
floitsch authored Oct 4, 2024
1 parent d94abfa commit fbc440e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getstarted/fleet/reliability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ firmware-envelope: x64-linux
containers: {}
```
The max-offline value can also be set using the `toit` CLI:
The max-offline value can also be set using the `artemis` CLI:

```bash
toit device -d DEVICE-ID set-max-offline 1h
artemis device -d DEVICE-ID set-max-offline 1h
```

This configuration change is not permanent and will be lost with the next firmware update.
Expand Down

0 comments on commit fbc440e

Please sign in to comment.