mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-12 19:57:55 +08:00
Merge pull request #2236 from tomgg/trivial
trivial: fix `ipfs update` error message
This commit is contained in:
commit
9e0bfa0628
@ -33,7 +33,7 @@ func ExternalBinary() *cmds.Command {
|
||||
}
|
||||
}
|
||||
|
||||
res.SetError(fmt.Errorf("%s not installed."), cmds.ErrNormal)
|
||||
res.SetError(fmt.Errorf("%s not installed.", binname), cmds.ErrNormal)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user