Skip to content

Commit

Permalink
add support for ubuntu20.04
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <[email protected]>
  • Loading branch information
schurzi committed Aug 22, 2020
1 parent 23bc5fb commit 7dc4e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/ssh_crypto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def valid_privseparation # rubocop:disable Metrics/CyclomaticComplexity
end
when 'ubuntu'
case inspec.os[:release]
when /^18\./
when /^18\./, /^20\./
ps = ps75
end
when 'fedora', 'alpine', 'arch'
Expand Down

0 comments on commit 7dc4e5e

Please sign in to comment.