From 3e03ed90880f1c8e54138afe16f990569a8f75e3 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 4 Jan 2015 15:41:34 +0100 Subject: Fix path to config template. --- lib/capistrano/refinerycms/helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capistrano/refinerycms/helpers.rb b/lib/capistrano/refinerycms/helpers.rb index bfafc47..565f450 100644 --- a/lib/capistrano/refinerycms/helpers.rb +++ b/lib/capistrano/refinerycms/helpers.rb @@ -5,7 +5,7 @@ module Capistrano def refinerycms_template(template_name) f = File.join(fetch(:refinerycms_template_path), 'template_name') unless File.exists?(f) - default_template_path = File.join(%W{ .. .. generators capistrano refinerycms templates #{ template_name } }) + default_template_path = File.join(%W{ .. .. .. generators capistrano refinerycms templates #{ template_name } }) f = File.expand_path(default_template_path, __FILE__) end -- cgit v1.2.3