From 35ea91f88f692893638d1fc33965d9cbec5e2c81 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 3 Feb 2013 17:27:05 +0100 Subject: Turn into a neutral base for starting off new apps. --- 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 7c11ec0..dc2e19a 100644 --- a/config/deploy/secret_token.rb +++ b/config/deploy/secret_token.rb @@ -13,7 +13,7 @@ Capistrano::Configuration.instance.load do task :setup, :except => { :no_release => true } do default_template = <<-EOF - ReligionsfrihetNo::Application.config.secret_token = '#{`bundle exec rake secret`}' + BetaWebApp::Application.config.secret_token = '#{`bundle exec rake secret`}' EOF run "mkdir -p #{shared_path}/config" -- cgit v1.2.3