mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-15 17:51:15 +00:00
Fixed typo in comment of configuration
This commit is contained in:
parent
03f3fe422a
commit
956a62eec1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ type Configuration struct {
|
||||||
// The folder where the socket file should live
|
// The folder where the socket file should live
|
||||||
SocketFolder string `comment:"The folder where the socket file should live"`
|
SocketFolder string `comment:"The folder where the socket file should live"`
|
||||||
// The folder where the readfolder should live
|
// The folder where the readfolder should live
|
||||||
ReadFolder string `comment:"The folder where the readfolder file should live"`
|
ReadFolder string `comment:"The folder where the readfolder should live"`
|
||||||
// EnableReadFolder for enabling the read messages api from readfolder
|
// EnableReadFolder for enabling the read messages api from readfolder
|
||||||
EnableReadFolder bool `comment:"EnableReadFolder for enabling the read messages api from readfolder"`
|
EnableReadFolder bool `comment:"EnableReadFolder for enabling the read messages api from readfolder"`
|
||||||
// TCP Listener for sending messages to the system, <host>:<port>
|
// TCP Listener for sending messages to the system, <host>:<port>
|
||||||
|
|
Loading…
Reference in a new issue