mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix in log message
This commit is contained in:
parent
a092a974da
commit
c0641a4027
1 changed files with 1 additions and 1 deletions
|
@ -1126,7 +1126,7 @@ def upgrade(refresh=True,
|
|||
|
||||
if novendorchange:
|
||||
cmd_update.append('--no-allow-vendor-change')
|
||||
log.info('Disabling changes of vendor')
|
||||
log.info('Disabling vendor changes')
|
||||
|
||||
old = list_pkgs()
|
||||
__zypper__(systemd_scope=_systemd_scope()).noraise.call(*cmd_update)
|
||||
|
|
Loading…
Add table
Reference in a new issue