diff options
| author | Mike McQuaid | 2014-03-31 12:33:50 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-31 12:33:50 -0500 |
| commit | 67201b15354dfc826d8c3735edcc0f2acd023c91 (patch) | |
| tree | a72ca30ab28c1d981444179bd80cb294b8859fe2 /Library/Formula | |
| parent | f525de7ebf3ab41851d13149c60749f707b445a7 (diff) | |
| download | homebrew-67201b15354dfc826d8c3735edcc0f2acd023c91.tar.bz2 | |
neo4j: fix audit warning.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/neo4j.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb index a774d1be6..7614aecae 100644 --- a/Library/Formula/neo4j.rb +++ b/Library/Formula/neo4j.rb @@ -11,7 +11,7 @@ class Neo4j < Formula rm_f Dir["bin/*.bat"] # Fix the permissions on the global settings file. - chmod 0644, Dir["config"] + chmod 0644, "config" # Install jars in libexec to avoid conflicts libexec.install Dir['*'] |
