summaryrefslogtreecommitdiff
path: root/doBuild.go
diff options
context:
space:
mode:
Diffstat (limited to 'doBuild.go')
-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 {