From 956a62eec175167fc38d5ddf46f8241c06c45c04 Mon Sep 17 00:00:00 2001 From: postmannen Date: Mon, 9 Jan 2023 04:25:03 +0100 Subject: [PATCH] Fixed typo in comment of configuration --- configuration_flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration_flags.go b/configuration_flags.go index 140bd8d..30f92c5 100644 --- a/configuration_flags.go +++ b/configuration_flags.go @@ -27,7 +27,7 @@ type Configuration struct { // 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 - 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 bool `comment:"EnableReadFolder for enabling the read messages api from readfolder"` // TCP Listener for sending messages to the system, :