Skip to content

Commit

Permalink
zypper: fix pylint complain
Browse files Browse the repository at this point in the history
  • Loading branch information
aplanas committed Nov 15, 2018
1 parent c2ace99 commit 05db3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/modules/zypper.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ def list_upgrades(refresh=True, root=None, **kwargs):

return ret


# Provide a list_updates function for those used to using zypper list-updates
list_updates = salt.utils.functools.alias_function(list_upgrades, 'list_updates')

Expand Down

0 comments on commit 05db3cb

Please sign in to comment.