go-ipfs-config: Init migration config with empty values

This commit is contained in:
gammazero 2021-04-19 23:41:54 -07:00
parent 5e6df6f54a
commit ec1659d79a

View File

@ -93,8 +93,8 @@ func InitWithIdentity(identity Identity) (*Config, error) {
Resolvers: map[string]string{},
},
Migration: Migration{
DownloadSources: DefaultMigrationDownloadSources,
Keep: DefaultMigrationKeep,
DownloadSources: []string{},
Keep: "",
},
}