summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannik Schönartz2020-10-20 21:06:53 +0200
committerJannik Schönartz2020-10-20 21:06:53 +0200
commit817872f6271c43a934cc0ddafadde28d432ae75e (patch)
treeff8b4df734d3ec270c70ede359d8179d0b51a230
parentAdd smartctl error handling, lspci, edid hex data and cleanup main function (diff)
downloadsystemd-init-817872f6271c43a934cc0ddafadde28d432ae75e.tar.gz
systemd-init-817872f6271c43a934cc0ddafadde28d432ae75e.tar.xz
systemd-init-817872f6271c43a934cc0ddafadde28d432ae75e.zip
Fix edit/edid typo :D
-rwxr-xr-xmodules.d/bas-python/scripts/00collect_hw_info_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/bas-python/scripts/00collect_hw_info_json.py b/modules.d/bas-python/scripts/00collect_hw_info_json.py
index 6c835b3e..894c12e5 100755
--- a/modules.d/bas-python/scripts/00collect_hw_info_json.py
+++ b/modules.d/bas-python/scripts/00collect_hw_info_json.py
@@ -120,7 +120,7 @@ def main():
_collecthw['dmidecode'] = get_dmidecode()
_collecthw['smartctl'] = get_smartctl()
_collecthw['lspci'] = get_lspci()
- _collecthw['edit'] = get_edid()
+ _collecthw['edid'] = get_edid()
# Print out the final json
print(json.dumps(_collecthw))