Skip to content

Commit 5ad1788

Browse files
committed
fix linting
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent 30e98c1 commit 5ad1788

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

controls/sshd_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,12 +508,12 @@
508508
impact 1.0
509509
title 'Server: CRYPTO_POLICY'
510510
desc 'Verifies, that we are not running CRYPTO_POLICY and our settings from sshd_config are effective'
511-
if os[:family] == "redhat" && ::Gem::Version.new(os.release) > ::Gem::Version.new('8')
511+
if os[:family] == 'redhat' && ::Gem::Version.new(os.release) > ::Gem::Version.new('8')
512512
describe bash("pgrep -af 'sshd -D'") do
513513
its('exit_status') { should eq 0 }
514514
its('stdout') { should_not match('-oCiphers') }
515515
its('stdout') { should_not match('-oKexAlgorithms') }
516516
its('stdout') { should_not match('-oHostKeyAlgorithms') }
517517
end
518518
end
519-
end
519+
end

0 commit comments

Comments
 (0)