Skip to content

Commit

Permalink
add exception for Cask name bitcoin-core.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed May 9, 2014
1 parent b044f1f commit aa6ebd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developer/bin/cask_namer
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ APP_EXCEPTION_PATS = {
%r{\Akismac\Z}i => 'kismac',
%r{\Avoicemac\Z}i => 'voicemac',
%r{\Acleanmymac[\s\d\.]*\Z}i => 'cleanmymac',
%r{\Abitcoin-?qt\Z}i => 'bitcoin-core',
}

# Preserve trailing patterns on App names that could be mistaken
Expand Down

0 comments on commit aa6ebd8

Please sign in to comment.