Skip to content

Commit 7dc4e5e

Browse files
committed
add support for ubuntu20.04
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent 23bc5fb commit 7dc4e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/ssh_crypto.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def valid_privseparation # rubocop:disable Metrics/CyclomaticComplexity
210210
end
211211
when 'ubuntu'
212212
case inspec.os[:release]
213-
when /^18\./
213+
when /^18\./, /^20\./
214214
ps = ps75
215215
end
216216
when 'fedora', 'alpine', 'arch'

0 commit comments

Comments
 (0)