diff options
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") } |
