aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-crypt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git-crypt.rb')
-rw-r--r--Library/Formula/git-crypt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-crypt.rb b/Library/Formula/git-crypt.rb
index 6adf183d9..e674c2c82 100644
--- a/Library/Formula/git-crypt.rb
+++ b/Library/Formula/git-crypt.rb
@@ -10,7 +10,7 @@ class GitCrypt < Formula
bin.install "git-crypt"
end
- def test
+ test do
system "#{bin}/git-crypt"
end
end