mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-08-13 05:55:36 +00:00
Remove unecessary type definition
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
parent
f2ec19d53d
commit
b68b07f278
@ -52,7 +52,7 @@ func ListReleases(includePrereleases bool) semver.Collection {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Upgrade(
|
func Upgrade(
|
||||||
version, source string, force, strictValidations bool, dirs []string, preReleases bool, upgradeRecovery bool) error {
|
version, source string, force, strictValidations bool, dirs []string, preReleases, upgradeRecovery bool) error {
|
||||||
bus.Manager.Initialize()
|
bus.Manager.Initialize()
|
||||||
|
|
||||||
upgradeSpec, c, err := generateUpgradeSpec(version, source, force, strictValidations, dirs, preReleases, upgradeRecovery)
|
upgradeSpec, c, err := generateUpgradeSpec(version, source, force, strictValidations, dirs, preReleases, upgradeRecovery)
|
||||||
|
Loading…
Reference in New Issue
Block a user