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 2e37570..7b07579 100644
--- a/structs.go
+++ b/structs.go
@@ -15,7 +15,7 @@ type Forge struct {
Sets *Sets // patches that are in progress
hostname string // your hostname
goWork bool // means the user is currently using a go.work file
- Mode ForgeMode // what "mode" forge is in
+ mode ForgeMode // what "mode" forge is in
}
func (f *Forge) IsGoWork() bool {