summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-23 11:42:59 -0500
committerJeff Carr <[email protected]>2025-03-23 11:42:59 -0500
commit1602db0d1efd101260f6614a32faddb4888d7066 (patch)
treec22a9ce62968c5c8559bdd55cf6a08c187dea522 /main.go
parentf0e327f8349d62126ddde40242c01648f0d7f1c4 (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 09709a0..0028c3d 100644
--- a/main.go
+++ b/main.go
@@ -82,7 +82,7 @@ func main() {
if me.forge.Config.IsPrivate(p.Name) {
end += "(private) "
}
- if actualp := me.machine.FindVersion(p.Name, p.Version); actualp != nil {
+ if actualp := me.machine.FindByVersion(p.Name, p.Version); actualp != nil {
// end += "(version match) "
} else {
end += "(version mismatch) " + actualp.Version + " " + version + " "