Skip to content

Commit

Permalink
Merge pull request #5700 from ipfs/fix/is-dir-err
Browse files Browse the repository at this point in the history
coreapi: fix errisdir
  • Loading branch information
Stebalien authored Oct 30, 2018
2 parents 8543e27 + e37b252 commit 24be45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/coreapi/interface/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package iface
import "errors"

var (
ErrIsDir = errors.New("object is a directory")
ErrIsDir = errors.New("this dag node is a directory")
ErrOffline = errors.New("this action must be run in online mode, try running 'ipfs daemon' first")
)

0 comments on commit 24be45e

Please sign in to comment.