Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 0f87f67

Browse files
committed
Init migration config with empty values
1 parent fd29c1e commit 0f87f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ func InitWithIdentity(identity Identity) (*Config, error) {
9393
Resolvers: map[string]string{},
9494
},
9595
Migration: Migration{
96-
DownloadSources: DefaultMigrationDownloadSources,
97-
Keep: DefaultMigrationKeep,
96+
DownloadSources: []string{},
97+
Keep: "",
9898
},
9999
}
100100

0 commit comments

Comments
 (0)