@cryptotaxi247 / kubo / commits / ec1659d79

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

gammazero committed Apr 19, 2021 at 23:41 UTC ec1659d79ace0c8688c348b0946c20ff408112e4
1 file changed +2 -2
config/init.go
+2 -2
@@ -93,8 +93,8 @@ func InitWithIdentity(identity Identity) (*Config, error) {
93 Resolvers: map[string]string{},
94 },
95 Migration: Migration{
96 - DownloadSources: DefaultMigrationDownloadSources,
97 - Keep: DefaultMigrationKeep,
96 + DownloadSources: []string{},
97 + Keep: "",
98 },
99 }
100