Skip to content

Commit

Permalink
typo in hold -> unhold copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ntravis authored Apr 16, 2019
1 parent cd8d7a5 commit 0967926
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 0967926

Please sign in to comment.