From f5ad4a7a41deb9f8b35c39c46d6ae31276c1e117 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 27 Nov 2024 21:21:06 -0600 Subject: geez --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.go') 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") } -- cgit v1.2.3