diff options
Diffstat (limited to 'config/deploy/secret_token.rb')
-rw-r--r-- | config/deploy/secret_token.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |