diff --git a/check_pkgkit/check_pkgkit b/check_pkgkit/check_pkgkit index 2be36a6..d258c2c 100644 --- a/check_pkgkit/check_pkgkit +++ b/check_pkgkit/check_pkgkit @@ -28,7 +28,7 @@ def pkcon_get_updates(): results_section = True elif results_section: update_type = line[:13].replace(' ', '') - update_package = line [14:].strip() + update_package = line [13:].strip() if update_type not in update_types: update_types[update_type] = []