Skip to content

Commit

Permalink
Tidy fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrubovics committed Nov 26, 2024
1 parent cc48ec3 commit 92fcd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oscap_tests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ sub get_test_exclusions {
record_info("Looking exclusions", "Looking exclusions for \nprofile_ID: $profile_ID\ntype: $type\narch: $arch\nname: $exclusions_list_name\nService Pack: $sles_sp");

if ($exclusions_file_name =~ /base/) {
$exclusions = $exclusions_data->{$profile_ID}->{$type}->{$arch}->{$exclusions_list_name};
$exclusions = $exclusions_data->{$profile_ID}->{$type}->{$arch}->{$exclusions_list_name};
}
else {
$exclusions = $exclusions_data->{$profile_ID}->{$type}->{$arch}->{$exclusions_list_name}->{$sles_sp};
Expand Down

0 comments on commit 92fcd42

Please sign in to comment.