diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-07 12:30:19 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-07 12:30:19 +0100 |
commit | 792d761f86df2785c91a83747397b9066dd5df0d (patch) | |
tree | 0bb3764168d81b17d660f4621a333a3ac29c0fba /lib/tasks | |
parent | ca92eb8c15534ebdc30d01e09c6ca51ff4220e98 (diff) |
Fix typo in config_files:convert_init_script
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/config_files.rake | 2 |
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' } } |