Browse Source

convert missing name

tags/v1.21.12.1
Unknwon 10 years ago
parent
commit
2db785b3ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/serve.go

+ 1
- 1
cmd/serve.go View File

@@ -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…
Cancel
Save