summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 15:25:46 -0500
committerJeff Carr <[email protected]>2025-10-26 15:25:46 -0500
commit44b327450b27ebb93b47b4366c2d5b9bffdef59f (patch)
tree220d48b1ecddde5c35b1f013ab50db62799f338f
parent3d094417f0df51f8485a13897cbceb28b1421e26 (diff)
tracking down version tracking
-rw-r--r--doBuild.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doBuild.go b/doBuild.go
index b7b88f6..a478661 100644
--- a/doBuild.go
+++ b/doBuild.go
@@ -84,8 +84,8 @@ func doBuild() (string, error) {
// log.Info("MAKE DEB FOR:", i, path, debname, arches)
bcount := fmt.Sprintf("%d", p.GetBuildCount())
var newcount string
- smartver := "v" + p.GetSmartVersion()
- curver := repo.GetCurrentVersion()
+ smartver := p.GetSmartVersion()
+ curver := repo.GetSmartVersion()
if smartver == curver {
newcount = fmt.Sprintf("%d", p.GetBuildCount()+1)
} else {