From 2d436701f054ec90297d997c4cf0dcd56ac3a160 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 14 Apr 2013 22:27:24 +0300 Subject: [PATCH] Remove redundant data from rubocop recipe --- recipes/rubocop | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/rubocop b/recipes/rubocop index 15bac246..8617d219 100644 --- a/recipes/rubocop +++ b/recipes/rubocop @@ -1,3 +1,2 @@ -(rubocop :repo "bbatsov/rubocop-emacs" - :fetcher github - :files ("rubocop.el")) \ No newline at end of file +(rubocop :repo "bbatsov/rubocop-emacs" + :fetcher github)