diff options
| author | Adam Vandenberg | 2013-11-16 12:03:38 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-16 16:32:39 -0800 |
| commit | e4a59e741763af8db81f27a02f89d00fbb3e21dc (patch) | |
| tree | 0bd4a6776e8770d5587f04c1a27cf247225dfc6f | |
| parent | ea870d738b640e30968932e82bf7b2a8df44229c (diff) | |
| download | homebrew-e4a59e741763af8db81f27a02f89d00fbb3e21dc.tar.bz2 | |
mysql-cluster: fix audit
| -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 8842eb0fa..488b1ce8a 100644 --- a/Library/Formula/mysql-cluster.rb +++ b/Library/Formula/mysql-cluster.rb @@ -17,7 +17,7 @@ class MysqlCluster < Formula option 'enable-local-infile', 'Build with local infile loading support' option 'enable-debug', 'Build with debug support' - conflicts_with 'memcacmed', :because => 'both install `bin/memcached`' + conflicts_with 'memcached', :because => 'both install `bin/memcached`' conflicts_with 'mysql', 'mariadb', 'percona-server', :because => "mysql, mariadb, and percona install the same binaries." |
