aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/capistrano/refinerycms/helpers.rb2
1 files changed, 1 insertions, 1 deletions
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