aboutsummaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index 0aa76f1..e2d2f94 100644
--- a/config.go
+++ b/config.go
@@ -38,7 +38,7 @@ work_type = # ADD WORK TYPE ID
billable = true
`
-func MaybeWriteConfig() error {
+func maybeWriteConfig() error {
path := xdg.FindConfig("timetasker/config.toml")
if path == "" {