diff --git a/updates/upgrader.go b/updates/upgrader.go index 47f8ea36..b961c430 100644 --- a/updates/upgrader.go +++ b/updates/upgrader.go @@ -192,7 +192,7 @@ func upgradeFile(fileToUpgrade string, file *updater.File) error { registry.TmpDir().Path, fmt.Sprintf( "%s-%d%s", - updater.GetVersionedPath(filepath.Base(fileToUpgrade), currentVersion), + filepath.Base(fileToUpgrade), time.Now().UTC().Unix(), upgradedSuffix, ),