Message ID | 20231101000534.241551-5-yoann.congal@smile.fr |
---|---|
State | New |
Headers | show |
Series | Extend AUH to meta-openembedded | expand |
diff --git a/upgrade-helper.py b/upgrade-helper.py index bc485b8..4933a4a 100755 --- a/upgrade-helper.py +++ b/upgrade-helper.py @@ -677,7 +677,7 @@ class UniverseUpdater(Updater): pkg_to_upgrade = None if self.args.to_version: - next_ver = self.args.to_version + next_ver = self.args.to_version if status == 'UPDATE' and not no_upgrade_reason: # Always do the upgrade if recipes are specified
Signed-off-by: Yoann Congal <yoann.congal@smile.fr> --- upgrade-helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)