summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-27 21:21:06 -0600
committerJeff Carr <[email protected]>2024-11-27 21:21:06 -0600
commitf5ad4a7a41deb9f8b35c39c46d6ae31276c1e117 (patch)
tree13b669b29cf973cdd46063479e42533acb203829 /config.go
parent0fc7c2d753bc6cfdc4d64425da1a23c3735b8409 (diff)
geez
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index 0866ae3..923e35c 100644
--- a/config.go
+++ b/config.go
@@ -48,7 +48,7 @@ func (c *ForgeConfigs) ConfigLoad() error {
var data []byte
var err error
if c == nil {
- // can't safely do c = new(Repo) if c is in a struct from the caller. notsure why
+ // can't safely do c = new(ForgeConfig) if c is in a struct from the caller. notsure why
return errors.New("It's not safe to run ConfigLoad() on a nil")
}