summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
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")
}