Skip to content

Commit

Permalink
Merge pull request #181 from schurzi/ubuntu2004
Browse files Browse the repository at this point in the history
add support for ubuntu20.04
  • Loading branch information
rndmh3ro authored Aug 22, 2020
2 parents ee424e5 + 7dc4e5e commit 11948ad
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 @@ -212,7 +212,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 11948ad

Please sign in to comment.