trivial: fix ipfs update error message

License: MIT
Signed-off-by: Thomas Gardner <tmg@fastmail.com>
This commit is contained in:
Thomas Gardner 2016-01-23 16:57:58 +10:00
parent 6cfc00e18b
commit dfeaaebf87

View File

@ -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
}