sstp-client: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
471ef4851c
commit
94b846e76d
|
@ -26,12 +26,13 @@ class SstpClient < Formula
|
||||||
(var/"run/sstpc").mkpath
|
(var/"run/sstpc").mkpath
|
||||||
end
|
end
|
||||||
|
|
||||||
def caveats; <<~EOS
|
def caveats
|
||||||
sstpc reads PPP configuration options from /etc/ppp/options. If this file
|
<<~EOS
|
||||||
does not exist yet, type the following command to create it:
|
sstpc reads PPP configuration options from /etc/ppp/options. If this file
|
||||||
|
does not exist yet, type the following command to create it:
|
||||||
|
|
||||||
sudo touch /etc/ppp/options
|
sudo touch /etc/ppp/options
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|
Loading…
Reference in New Issue