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

Commit 852f7f8

Browse files
committed
Fix comment
1 parent 0f87f67 commit 852f7f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

migration.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ var DefaultMigrationDownloadSources = []string{"HTTPS", "IPFS"}
99
// Migration configures how migrations are downloaded and if the downloads are
1010
// added to IPFS locally
1111
type Migration struct {
12-
// Sources in order of preference where "HTTPS" means our gateways and
13-
// "IPFS" means over IPFS. Any other values are interpretes as hostnames
14-
// for custom gateways. An empty list means "do the default thing"
12+
// Sources in order of preference, where "IPFS" means use IPFS and "HTTPS"
13+
// means use default gateways. Any other values are interpreted as
14+
// hostnames for custom gateways. Empty list means "use default sources".
1515
DownloadSources []string
1616
// Whether or not to keep the migration after downloading it.
1717
// Options are "discard", "cache", "pin". Empty string for default.

0 commit comments

Comments
 (0)