mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 17:03:58 +08:00
Merge pull request #4557 from elopio/patch-1
update link to filestore experimental status
This commit is contained in:
@ -183,7 +183,7 @@ You can now check what blocks have been created by:
|
|||||||
|
|
||||||
// nocopy -> filestoreEnabled
|
// nocopy -> filestoreEnabled
|
||||||
if nocopy && !cfg.Experimental.FilestoreEnabled {
|
if nocopy && !cfg.Experimental.FilestoreEnabled {
|
||||||
res.SetError(errors.New("filestore is not enabled, see https://git.io/vy4XN"),
|
res.SetError(errors.New("filestore is not enabled, see https://git.io/vNItf"),
|
||||||
cmdkit.ErrClient)
|
cmdkit.ErrClient)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user