diff --git a/PVE/Report.pm b/PVE/Report.pm index d2ede5fa..10758c4d 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -22,6 +22,7 @@ my $init_report_cmds = sub { 'pvesubscription get', 'cat /etc/apt/sources.list', sub { dir2text('/etc/apt/sources.list.d/', '.*list') }, + sub { dir2text('/etc/apt/sources.list.d/', '.*sources') }, 'lscpu', 'pvesh get /cluster/resources --type node --output-format=yaml', ],