aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/config_files.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/config_files.rake')
-rw-r--r--lib/tasks/config_files.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/config_files.rake b/lib/tasks/config_files.rake
index 8ebd3fc07..5dda64a04 100644
--- a/lib/tasks/config_files.rake
+++ b/lib/tasks/config_files.rake
@@ -31,7 +31,7 @@ namespace :config_files do
replacements = {
:user => ENV['DEPLOY_USER'],
:vhost_dir => ENV['VHOST_DIR'],
- :vcspath => ENV.fetch('VCSPATH'), { 'alaveteli' },
+ :vcspath => ENV.fetch('VCSPATH') { 'alaveteli' },
:site => ENV.fetch('SITE') { 'foi' }
}