From 82e6778d2eb749af7ceea238b9dfa8dcb853b891 Mon Sep 17 00:00:00 2001 From: elenatorro Date: Fri, 12 Jan 2018 11:23:09 +0100 Subject: [PATCH] Fix markup --- doc/manual/source/operations/configure_data_services.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/operations/configure_data_services.rst b/doc/manual/source/operations/configure_data_services.rst index a003a92216..3e4f81eb1e 100644 --- a/doc/manual/source/operations/configure_data_services.rst +++ b/doc/manual/source/operations/configure_data_services.rst @@ -120,6 +120,6 @@ In the `cartodb/config/app_config.yml` file, enable the desired dataservices: Execute the rake tasks to update all the users and organizations: -`bundle exec rake cartodb:db:configure_geocoder_extension_for_organizations['', true]` +``bundle exec rake cartodb:db:configure_geocoder_extension_for_organizations['', true]`` -`bundle exec rake cartodb:db:configure_geocoder_extension_for_non_org_users['', true]` +``bundle exec rake cartodb:db:configure_geocoder_extension_for_non_org_users['', true]``