summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-20 21:22:05 -0600
committerJeff Carr <[email protected]>2024-11-20 21:22:05 -0600
commitce06800c41750f901c43cb35bcf9df8863dc3686 (patch)
treeba6fc30078dd4c91d0dd514a83b47ede29fb096e /config.go
parent704d06ba87ac8bc4af4abc1ed88efed82df7127d (diff)
boo. was wrong. had to redo a lot
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index 23e0435..fe70446 100644
--- a/config.go
+++ b/config.go
@@ -109,6 +109,7 @@ func (m *Repos) ConfigLoad() error {
return nil
}
+ m.SampleConfig()
// first time user. make a template config file
return nil
}