Allow a single upgrade at a time

This commit is contained in:
Audrius Butkevicius
2014-09-25 23:13:41 +01:00
parent 56d0ecc253
commit 59ffec4e39
4 changed files with 31 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
package upgrade
func UpgradeTo(rel Release, extra string) error {
func upgradeTo(path string, rel Release, extra string) error {
return ErrUpgradeUnsupported
}