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
|
||||
}
|
||||
|
||||
@@ -157,7 +157,7 @@ func NewSettings() (Settings, error) {
|
||||
var m Settings
|
||||
var err error
|
||||
m.cursor = authors
|
||||
allRepos, err := commits.GetMRRepos()
|
||||
allRepos, err := commits.GetRepos()
|
||||
if err != nil {
|
||||
return m, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user