diff options
| author | Jeff Carr <[email protected]> | 2024-11-27 21:21:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-27 21:21:06 -0600 |
| commit | f5ad4a7a41deb9f8b35c39c46d6ae31276c1e117 (patch) | |
| tree | 13b669b29cf973cdd46063479e42533acb203829 /config.go | |
| parent | 0fc7c2d753bc6cfdc4d64425da1a23c3735b8409 (diff) | |
geez
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") } |
