Skip to content

Commit

Permalink
ipfs -> btfs daemon message
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Chen committed Jun 29, 2020
1 parent 298b2b9 commit abda290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import "errors"
var (
ErrIsDir = errors.New("this dag node is a directory")
ErrNotFile = errors.New("this dag node is not a regular file")
ErrOffline = errors.New("this action must be run in online mode, try running 'ipfs daemon' first")
ErrOffline = errors.New("this action must be run in online mode, try running 'btfs daemon' first")
ErrNotSupported = errors.New("operation not supported")
)

0 comments on commit abda290

Please sign in to comment.