diff options
| -rw-r--r-- | doBuild.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
