Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
finch: Add missing ',' in an option declaration
Browse files Browse the repository at this point in the history
Closes #27487.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
jaimeMF authored and adamv committed Mar 13, 2014
1 parent 65e2073 commit ae0b37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/finch.rb
Expand Up @@ -13,7 +13,7 @@ class Finch < Formula
depends_on 'gnutls'
depends_on 'libidn'

option 'purple' 'Only build libpurple'
option 'purple', 'Only build libpurple'
option 'perl', 'Build libpurple with perl support'

def install
Expand Down

0 comments on commit ae0b37a

Please sign in to comment.