diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 09:21:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 09:21:14 -0500 |
| commit | d86c4ec1f6f79fe2c301f1faf9f39e7cb5a9ddfd (patch) | |
| tree | c537596edc6252cb5c13ed56ac831c6210b330f2 /repo.common.go | |
| parent | 37e331567fbdeef660b7aca689dcc6534cbff5ca (diff) | |
new config names
Diffstat (limited to 'repo.common.go')
| -rw-r--r-- | repo.common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.common.go b/repo.common.go index 5e2f75c..a4c416a 100644 --- a/repo.common.go +++ b/repo.common.go @@ -12,7 +12,7 @@ import ( ) func (pb *Repos) SaveSafe() error { - err := config.SavePB(pb) + err := config.Save(pb) if err == nil { log.Info(pb.Filename, "Saved with len", pb.Len()) } else { |
