This commit is contained in:
Jeff Carr 2024-02-20 16:13:18 -06:00
parent 01bf4e80eb
commit 1fe0354822
1 changed files with 1 additions and 1 deletions

View File

@ -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 // 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 return true, nil
} }