Skip to content

Commit

Permalink
Merge pull request #52562 from ntravis/develop
Browse files Browse the repository at this point in the history
typo in hold -> unhold copy
  • Loading branch information
dwoz authored Apr 17, 2019
2 parents 2298dba + 0967926 commit 3351f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/aptpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ def unhold(name=None, pkgs=None, sources=None, **kwargs): # pylint: disable=W06
salt '*' pkg.unhold <package name>
pkgs
A list of packages to hold. Must be passed as a python list.
A list of packages to unhold. Must be passed as a python list.
CLI Example:
Expand Down

0 comments on commit 3351f54

Please sign in to comment.