vcodex: use heredoc in caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1f4975ae17
commit
7d5bf07be5
1 changed files with 4 additions and 2 deletions
|
@ -42,8 +42,10 @@ class Vcodex < Formula
|
|||
man.install 'man/man3'
|
||||
end
|
||||
|
||||
def caveats
|
||||
"We agreed to the AT&T Source Code License for you.\nIf this is unacceptable you should uninstall."
|
||||
def caveats; <<-EOS.undent
|
||||
We agreed to the AT&T Source Code License for you.
|
||||
If this is unacceptable you should uninstall.
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue