From 996deb2d68baff186f8d0f521cd53cdb1f391949 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 26 Jan 2013 01:11:09 +0100 Subject: Fix deploy scripts. --- config/deploy/secret_token.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/deploy/secret_token.rb') diff --git a/config/deploy/secret_token.rb b/config/deploy/secret_token.rb index 80f2cd9..7c11ec0 100644 --- a/config/deploy/secret_token.rb +++ b/config/deploy/secret_token.rb @@ -17,7 +17,7 @@ Capistrano::Configuration.instance.load do EOF run "mkdir -p #{shared_path}/config" - IO.write("#{shared_path}/config/secret_token.rb", default_template); + put default_template, "#{shared_path}/config/secret_token.rb" end desc <<-DESC -- cgit v1.2.3