Skip to content

Commit

Permalink
Merge pull request #24 from TRON-US/err-message
Browse files Browse the repository at this point in the history
ipfs -> btfs daemon message
  • Loading branch information
laipogo authored Jun 29, 2020
2 parents 298b2b9 + abda290 commit 4d2c978
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 4d2c978

Please sign in to comment.