Merge "Fix copy pasta in pre-upgrade hook"

This commit is contained in:
Jenkins 2017-07-22 03:25:01 +00:00 committed by Gerrit Code Review
commit 65e5dec70e
1 changed files with 1 additions and 1 deletions

View File

@ -1655,5 +1655,5 @@ def pre_upgrade():
args = ['sudo', 'yum', 'update', '-y']
LOG.info('Updating full system')
_run_live_command(args, name='systemctl stop')
_run_live_command(args, name='yum update')
LOG.info('Update completed successfully')