mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
trivial: fix ipfs update error message
License: MIT Signed-off-by: Thomas Gardner <tmg@fastmail.com>
This commit is contained in:
parent
6cfc00e18b
commit
dfeaaebf87
@ -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