mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
89cdf976e1
commit
cc5e17e61f
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class PyWinUpdater(object):
|
|||
if update.InstallationBehavior.CanRequestUserInput:
|
||||
log.debug('Skipped update {0}'.format(str(update)))
|
||||
continue
|
||||
updates.append(str(update))
|
||||
updates.append(salt.utils.sdecode(update))
|
||||
log.debug('added update {0}'.format(str(update)))
|
||||
return updates
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue