Skip to content

Commit 1f48d03

Browse files
committed
avoid using shell redirect characters in example
1 parent c4b5577 commit 1f48d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/operate/c8y/smartrest-one.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ password = "abcd1234"
3232
If needed, you can specify a custom location for the credentials file using the `tedge config` CLI tool:
3333

3434
```sh
35-
sudo tedge config set c8y.credentials_path </custom/path/to/credentials.toml>
35+
sudo tedge config set c8y.credentials_path /custom/path/to/credentials.toml
3636
```
3737

3838
## Configuring the device ID

0 commit comments

Comments
 (0)