mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
go-ipfs-config: Init migration config with empty values
This commit is contained in:
parent
5e6df6f54a
commit
ec1659d79a
@ -93,8 +93,8 @@ func InitWithIdentity(identity Identity) (*Config, error) {
|
||||
Resolvers: map[string]string{},
|
||||
},
|
||||
Migration: Migration{
|
||||
DownloadSources: DefaultMigrationDownloadSources,
|
||||
Keep: DefaultMigrationKeep,
|
||||
DownloadSources: []string{},
|
||||
Keep: "",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user