mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
log
This commit is contained in:
parent
5fa82f163b
commit
70747aa9d1
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue