mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27327 from isbm/isbm-pkg-info-typofix
Fix a typo in the RPM output
This commit is contained in:
commit
a3f4fa1106
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ def info(*packages):
|
|||
value = _pkg_time_to_iso(value)
|
||||
if key != 'description' and value:
|
||||
pkg_data[key] = value
|
||||
pkg_data['decription'] = os.linesep.join(descr)
|
||||
pkg_data['description'] = os.linesep.join(descr)
|
||||
if pkg_name:
|
||||
ret[pkg_name] = pkg_data
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue