Skip to content

Commit

Permalink
Fix artemis fleet documentation.
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 release,
     but we want to fix the documentatiot before the next release.
  • Loading branch information
floitsch committed Oct 4, 2024
1 parent d94abfa commit 5b49f1f
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 5b49f1f

Please sign in to comment.