Skip to content

Commit

Permalink
Merge pull request #4557 from elopio/patch-1
Browse files Browse the repository at this point in the history
update link to filestore experimental status
  • Loading branch information
whyrusleeping authored Feb 14, 2018
2 parents 2a5f344 + 2ac86ef commit 10b96a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ You can now check what blocks have been created by:

// nocopy -> 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)
return
}
Expand Down

0 comments on commit 10b96a3

Please sign in to comment.