Complete URBM product rename
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"path/filepath"
|
||||
"sync"
|
||||
|
||||
"github.com/backupper-unraid/backupper/internal/model"
|
||||
"git.casaderoll.de/michael/urbm/internal/model"
|
||||
)
|
||||
|
||||
type Store struct {
|
||||
@@ -90,7 +90,7 @@ func writeJSONAtomic(path string, value any, mode os.FileMode) error {
|
||||
return err
|
||||
}
|
||||
b = append(b, '\n')
|
||||
tmp, err := os.CreateTemp(filepath.Dir(path), ".backupper-*")
|
||||
tmp, err := os.CreateTemp(filepath.Dir(path), ".urbm-*")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user