Skip to content

Commit

Permalink
Merge pull request #2400 from Bravo555/docs-fix-typo
Browse files Browse the repository at this point in the history
docs: fix typo in tedge-configuration-management
  • Loading branch information
reubenmiller authored Nov 2, 2023
2 parents b8e00c1 + 6ffcd19 commit ad4bbdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Each configuration file is defined by a record with:
files = [
{ path = '/etc/tedge/tedge.toml', type = 'tedge.toml' },
{ path = '/etc/tedge/mosquitto-conf/c8y-bridge.conf', type = 'c8y-bridge' },
{ path = '/etc/tedge/mosquitto-conf/tedge-mosquitto.conf', type = 'tedge-mosquotto' },
{ path = '/etc/tedge/mosquitto-conf/tedge-mosquitto.conf', type = 'tedge-mosquitto' },
{ path = '/etc/mosquitto/mosquitto.conf', type = 'mosquitto', user = 'mosquitto', group = 'mosquitto', mode = 0o644 }
]
```
Expand Down

0 comments on commit ad4bbdf

Please sign in to comment.