瀏覽代碼

convert missing name

tags/v0.9.99
Unknwon 8 年之前
父節點
當前提交
2db785b3ed
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      cmd/serve.go

+ 1
- 1
cmd/serve.go 查看文件

@@ -139,7 +139,7 @@ func runServ(c *cli.Context) {
}

verb, args := parseCmd(cmd)
repoPath := strings.Trim(args, "'")
repoPath := strings.ToLower(strings.Trim(args, "'"))
rr := strings.SplitN(repoPath, "/", 2)
if len(rr) != 2 {
fail("Invalid repository path", "Invalid repository path: %v", args)

Loading…
取消
儲存