mirror of
https://github.com/inspec/inspec
synced 2025-02-24 19:37:18 +00:00
fix rubocop complaint
This commit is contained in:
parent
3168e4d100
commit
1d99afe623
1 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ class AixUser < UnixUser
|
||||||
|
|
||||||
def credentials(username)
|
def credentials(username)
|
||||||
cmd = inspec.command(
|
cmd = inspec.command(
|
||||||
"lssec -c -f /etc/security/user -s #{username} -a minage -a maxage -a pwdwarntime"
|
"lssec -c -f /etc/security/user -s #{username} -a minage -a maxage -a pwdwarntime",
|
||||||
)
|
)
|
||||||
return nil if cmd.exit_status != 0
|
return nil if cmd.exit_status != 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue