From b68ded2796d2b0e58d70be9b2e42cc9daf4d210d Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Mon, 5 Dec 2016 16:02:33 -0800 Subject: [PATCH] fix typo with new relic gem include --- Capfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Capfile b/Capfile index c0f9747f6..7511fdb29 100644 --- a/Capfile +++ b/Capfile @@ -10,7 +10,7 @@ require 'capistrano/rails' require 'whenever/capistrano' require 'capistrano3/unicorn' require 'capistrano/deploytags' -require 'new_relic/recipies' +require 'new_relic/recipes' # Load custom tasks from `lib/capistrano/tasks` if you have any defined Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }