From 1fe0354822f471d035a5d8c42af868624a8bb9ff Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 20 Feb 2024 16:13:18 -0600 Subject: [PATCH] typo --- goConfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goConfig.go b/goConfig.go index dfe809e..191d667 100644 --- a/goConfig.go +++ b/goConfig.go @@ -51,7 +51,7 @@ func (rl *RepoList) CheckValidGoSum(r *Repo) (bool, error) { } } // no dependancies error'd out. It should be ok to release this package - log.Log(REPOWARN, "Releasing this should be ok", r.GoPath) + log.Log(REPOWARN, "Releasing this should be ok", r.GoPath()) return true, nil }