mirror of
https://github.com/restic/restic.git
synced 2026-08-05 13:33:16 +00:00
fs: unexport Local and expose via NewLocal
This commit is contained in:
@@ -467,7 +467,7 @@ func TestTestEnsureSnapshot(t *testing.T) {
|
||||
|
||||
repo := repository.TestRepository(t)
|
||||
|
||||
arch := New(repo, fs.Local{}, Options{})
|
||||
arch := New(repo, fs.NewLocal(), Options{})
|
||||
opts := SnapshotOptions{
|
||||
Time: time.Now(),
|
||||
Hostname: "localhost",
|
||||
|
||||
Reference in New Issue
Block a user