]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
osx: fix a syntax error in Homebrew formula
authorVincent Bernat <bernat@luffy.cx>
Sat, 13 Jul 2013 15:40:53 +0000 (17:40 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 13 Jul 2013 15:40:53 +0000 (17:40 +0200)
osx/lldpd.rb

index db120a5a91967bdc004a563e1de5e25655db41b0..d68c274009914f77c795491089dc328d0785fd09 100644 (file)
@@ -17,6 +17,7 @@ class Lldpd < Formula
   def patches
     # Don't try to install provided launchd plist (outside of prefix)
     "https://raw.github.com/vincentbernat/lldpd/master/osx/dont-install-launchd-plist.patch"
+  end
 
   def install
     readline = Formula.factory 'readline'