aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/google-sql-tool.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/google-sql-tool.rb')
-rw-r--r--Library/Formula/google-sql-tool.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/google-sql-tool.rb b/Library/Formula/google-sql-tool.rb
index f65197fdc..47ad16e0c 100644
--- a/Library/Formula/google-sql-tool.rb
+++ b/Library/Formula/google-sql-tool.rb
@@ -8,7 +8,7 @@ class GoogleSqlTool < Formula
def install
# Patch script to find jar
- system "chmod +w google_sql.sh" # WTF
+ system "chmod +w google_sql.sh"
inreplace 'google_sql.sh',
'SQL_SH_DIR="$(cd $(dirname $0); pwd)"',
"SQL_SH_DIR=\"#{libexec}\""