mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo
This commit is contained in:
parent
a789303d75
commit
7912f8c13b
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