mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 19:32:24 +08:00
Add newline to 'ipfs init' error message
This commit is contained in:
@ -52,7 +52,7 @@ type NoRepoError struct {
|
||||
var _ error = NoRepoError{}
|
||||
|
||||
func (err NoRepoError) Error() string {
|
||||
return fmt.Sprintf("no ipfs repo found in %s. please run: ipfs init", err.Path)
|
||||
return fmt.Sprintf("no ipfs repo found in %s.\nplease run: ipfs init", err.Path)
|
||||
}
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user