Merge pull request #2236 from tomgg/trivial

trivial: fix `ipfs update` error message
This commit is contained in:
Juan Benet 2016-01-23 18:23:01 -08:00
commit 9e0bfa0628

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
}