mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
capitalize ssh conf name
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
18277ddfad
commit
14eebb88e0
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ class SshConf
|
|||
@files_contents = {}
|
||||
@content = nil
|
||||
@params = nil
|
||||
typename = ( conf_path.include?('sshd') ? 'server' : 'client' )
|
||||
@type = type || "SSH #{typename} configuration"
|
||||
typename = ( conf_path.include?('sshd') ? 'Server' : 'Client' )
|
||||
@type = type || "SSH #{typename} configuration #{conf_path}"
|
||||
read_content
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue