Skip to content

Commit fd13122

Browse files
committed
fix linting
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent 9fdcabb commit fd13122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/ssh_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
file('/etc/sysconfig/sshd').exist? && file('/etc/sysconfig/sshd').content.match?(/CRYPTO_POLICY/)
237237
end
238238

239-
describe bash("ssh -G localhost") do
239+
describe bash('ssh -G localhost') do
240240
its('exit_status') { should eq 0 }
241241
its('stdout') { should match('ciphers ' + ssh_crypto.valid_ciphers) }
242242
its('stdout') { should match('kexalgorithms ' + ssh_crypto.valid_kexs) }

0 commit comments

Comments
 (0)