fix branch building

This commit is contained in:
Jesse Duffield 2020-03-19 12:04:17 +11:00
parent 0227b93409
commit dadb646252
2 changed files with 19 additions and 17 deletions

View file

@ -8,4 +8,5 @@ type Branch struct {
Pushables string
Pullables string
UpstreamName string
Head bool
}