aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy/secret_token.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy/secret_token.rb')
-rw-r--r--config/deploy/secret_token.rb2
1 files changed, 1 insertions, 1 deletions
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