sstp-client: fix RuboCop Style/TrailingBodyOnMethodDefinition.

master
Mike McQuaid 2020-03-14 19:45:55 +00:00
parent 471ef4851c
commit 94b846e76d
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 5 deletions

View File

@ -26,12 +26,13 @@ class SstpClient < Formula
(var/"run/sstpc").mkpath
end
def caveats; <<~EOS
sstpc reads PPP configuration options from /etc/ppp/options. If this file
does not exist yet, type the following command to create it:
def caveats
<<~EOS
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
EOS
sudo touch /etc/ppp/options
EOS
end
test do