diff options
| author | Jeff Carr <[email protected]> | 2024-02-20 16:11:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-20 16:11:00 -0600 |
| commit | 8cc86a91cb6408fe1380b904c86162e931936a4f (patch) | |
| tree | 9e7a5a1b724786a254f6f4249b5d7b3ab8017f60 /lookForUnwind.go | |
| parent | e927975dc890216c7172f711222cfdf283c0dd1c (diff) | |
guirelease finally does a single package again
after a week of recoding, fixing and improving
the original code, it was able to find a primitive
package (toolkits/debian) and update it correctly
Diffstat (limited to 'lookForUnwind.go')
| -rw-r--r-- | lookForUnwind.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lookForUnwind.go b/lookForUnwind.go index cb54d87..239ab65 100644 --- a/lookForUnwind.go +++ b/lookForUnwind.go @@ -31,8 +31,8 @@ func lookToUnwind(r *repolist.Repo) bool { return false } - if release.version.String() != r.LastTag() { - log.Info("\trepo version mismatch last vs official", r.LastTag(), "!=", release.version.String()) + if me.release.version.String() != r.LastTag() { + log.Info("\trepo version mismatch last vs official", r.LastTag(), "!=", me.release.version.String()) r.SetGoState("CAN NOT UNWIND") return false } |
