aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pgtap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pgtap.rb b/Library/Formula/pgtap.rb
index f239b3cd2..c44590e40 100644
--- a/Library/Formula/pgtap.rb
+++ b/Library/Formula/pgtap.rb
@@ -8,7 +8,7 @@ class Pgtap <Formula
depends_on 'postgresql'
skip_clean :all
-
+
def install
system "make install"
bin.install %w(bbin/pg_prove bbin/pg_tapgen)