This commit is contained in:
motemen 2014-05-14 19:28:20 +09:00
parent 5fa82f163b
commit 70747aa9d1

View file

@ -287,7 +287,7 @@ func DoStarred(c *cli.Context) {
}
if remote.IsValid() == false {
utils.Log("error", fmt.Sprintf("Not a valid repository: %s", url))
utils.Log("skip", fmt.Sprintf("Not a valid repository: %s", url))
continue
}
@ -346,7 +346,7 @@ func DoPocket(c *cli.Context) {
}
if remote.IsValid() == false {
utils.Log("error", fmt.Sprintf("Not a valid repository: %s", url))
utils.Log("skip", fmt.Sprintf("Not a valid repository: %s", url))
continue
}