Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Commit 65186b5

Browse files
authored
Update reception.rb
1 parent 8355a05 commit 65186b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/reception.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def install
3232
end
3333

3434
def caveats
35-
<<-EOS.undent
35+
<<~EOS
3636
Read https://github.com/ninech/reception#macos to learn how to complete the setup!
3737
3838
It's important to launch reception as root. So if you use "brew services", use force:
@@ -45,7 +45,7 @@ def caveats
4545

4646
plist_options :manual => "sudo reception"
4747

48-
def plist; <<-EOS.undent
48+
def plist; <<~EOS
4949
<?xml version="1.0" encoding="UTF-8"?>
5050
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
5151
<plist version="1.0">

0 commit comments

Comments
 (0)