mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
update parse dep to prefer mgconfig
This commit is contained in:
@@ -102,7 +102,7 @@ func NewCommitLog() (CommitLog, error) {
|
||||
if err != nil {
|
||||
return m, err
|
||||
}
|
||||
mr, err := commits.GetMRRepos()
|
||||
mr, err := commits.GetRepos()
|
||||
if err != nil {
|
||||
return m, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user