Skip to content

Commit

Permalink
gpsd: use “squiggly” heredocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 18, 2018
1 parent 5a5d15f commit 02343fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/gpsd.rb
Expand Up @@ -29,7 +29,7 @@ def caveats; <<~EOS

plist_options :manual => "#{HOMEBREW_PREFIX}/sbin/gpsd -N -F #{HOMEBREW_PREFIX}/var/gpsd.sock /dev/tty.usbserial-XYZ"

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

0 comments on commit 02343fd

Please sign in to comment.