pam-u2f: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
2d715ffcff
commit
645e8c40d7
|
@ -29,7 +29,8 @@ class PamU2f < Formula
|
|||
system "make", "install"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
def caveats
|
||||
<<~EOS
|
||||
To use a U2F key for PAM authentication, specify the full path to the
|
||||
module (#{opt_lib}/pam/pam_u2f.so) in a PAM
|
||||
configuration. You can find all PAM configurations in /etc/pam.d.
|
||||
|
|
Loading…
Reference in New Issue