提交 dfeaaebf 作者: Thomas Gardner

trivial: fix `ipfs update` error message

License: MIT
Signed-off-by: 's avatarThomas Gardner <tmg@fastmail.com>
上级 6cfc00e1
...@@ -33,7 +33,7 @@ func ExternalBinary() *cmds.Command { ...@@ -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 return
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论