diff options
Diffstat (limited to 'Library/Formula/mysql-cluster.rb')
| -rw-r--r-- | Library/Formula/mysql-cluster.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/mysql-cluster.rb b/Library/Formula/mysql-cluster.rb index 488b1ce8a..7788a0395 100644 --- a/Library/Formula/mysql-cluster.rb +++ b/Library/Formula/mysql-cluster.rb @@ -96,7 +96,7 @@ class MysqlCluster < Formula      plist_path('mysqld').chmod 0644      # Don't create databases inside of the prefix! -    # See: https://github.com/mxcl/homebrew/issues/4975 +    # See: https://github.com/Homebrew/homebrew/issues/4975      rm_rf prefix+'data'      # Link the setup script into bin | 
