aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/emacs-clang-complete-async.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/emacs-clang-complete-async.rb b/Library/Formula/emacs-clang-complete-async.rb
index bb95360e8..e442cfd72 100644
--- a/Library/Formula/emacs-clang-complete-async.rb
+++ b/Library/Formula/emacs-clang-complete-async.rb
@@ -12,7 +12,7 @@ class EmacsClangCompleteAsync < Formula
depends_on 'llvm' => 'with-clang'
# https://github.com/Golevka/emacs-clang-complete-async/issues/65
- def patches; DATA; end
+ patch :DATA
def install
system "make"