mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix typo in group_info docstring
This commit is contained in:
parent
65c0a155c9
commit
94464d6e72
@ -653,7 +653,7 @@ def group_info(groupname):
|
||||
|
||||
CLI Example::
|
||||
|
||||
salt '*' pkg.groupinfo 'Perl Support'
|
||||
salt '*' pkg.group_info 'Perl Support'
|
||||
'''
|
||||
yumbase = yum.YumBase()
|
||||
(installed, available) = yumbase.doGroupLists()
|
||||
|
Loading…
Reference in New Issue
Block a user