fix for autogen'd protobuf stuff
This commit is contained in:
parent
fa98d97dfb
commit
58a05460c7
2
main.go
2
main.go
|
@ -135,7 +135,7 @@ func gitPull() {
|
||||||
pull := []string{"git", "pull"}
|
pull := []string{"git", "pull"}
|
||||||
|
|
||||||
var trycount, errcount int
|
var trycount, errcount int
|
||||||
repos := forge.Repos.SortByPath()
|
repos := forge.Repos.SortByGoPath()
|
||||||
for repos.Scan() {
|
for repos.Scan() {
|
||||||
repo := repos.Next()
|
repo := repos.Next()
|
||||||
if argv.DryRun {
|
if argv.DryRun {
|
||||||
|
|
Loading…
Reference in New Issue