We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a488f commit 8049c76Copy full SHA for 8049c76
core/commands/add.go
@@ -195,7 +195,7 @@ You can now check what blocks have been created by:
195
hashFunStr, hfset, _ := req.Option(hashOptionName).String()
196
197
if nocopy && !cfg.Experimental.FilestoreEnabled {
198
- 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"),
199
cmdkit.ErrClient)
200
return
201
}
0 commit comments