提交 9035849b 编写于 作者: J Josh Soref

spelling: transform

上级 0180cb5f
......@@ -34,12 +34,12 @@ func init() {
func fetch(command *Command, args *Args) {
if !args.IsParamsEmpty() {
err := tranformFetchArgs(args)
err := transformFetchArgs(args)
utils.Check(err)
}
}
func tranformFetchArgs(args *Args) error {
func transformFetchArgs(args *Args) error {
names := parseRemoteNames(args)
localRepo, err := github.LocalRepo()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册