summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-20 16:13:18 -0600
committerJeff Carr <[email protected]>2024-02-20 16:13:18 -0600
commit1fe0354822f471d035a5d8c42af868624a8bb9ff (patch)
tree8778ba864568d140ae0bbad64b28972635d6a740
parent01bf4e80ebaa722e26bf63e5d3f2c5608fb71d4f (diff)
typo
-rw-r--r--goConfig.go2
1 files changed, 1 insertions, 1 deletions
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
}