summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-06-15 10:37:53 +0300
committerPaul Buetow <paul@buetow.org>2024-06-15 10:37:53 +0300
commit0a4fd9b0b8bcd91e008e905e21de9d87953e3022 (patch)
tree56d1e281a13760607de2b02eca3720d553274743 /cmd
parentdad73343d8d0d2fe0f69d3749ba2ac853e6e464c (diff)
add example config file for gosd
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gosd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gosd/main.go b/cmd/gosd/main.go
index b35f806..e6080e0 100644
--- a/cmd/gosd/main.go
+++ b/cmd/gosd/main.go
@@ -12,7 +12,7 @@ import (
)
func main() {
- configFile := flag.String("cfg", "/etc/gos.json", "The configuration file")
+ configFile := flag.String("cfg", "/etc/gosd.json", "The configuration file")
conf, err := config.New(*configFile)
if err != nil {