summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 1f446d9..0191d8a 100644
--- a/structs.go
+++ b/structs.go
@@ -12,7 +12,7 @@ type Forge struct {
once sync.Once
Config *ForgeConfigs // config repos for readonly, private, etc
Repos *gitpb.Repos // the repo protobufs
- Patchsets *Patchsets // patches that are in progress
+ Patchsets *Sets // patches that are in progress
hostname string // your hostname
goWork bool // means the user is currently using a go.work file
}