From 247c446af01600a735cdec9ff9a874cd9cc6bbfc Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 21 Dec 2017 11:32:13 +0100 Subject: [PATCH] fix typo in documentation --- CHANGELOG.md | 6 ++++++ README.md | 2 +- docker/README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 548c116c4..de9d29487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog Fab Manager +## v2.6.2 2017 December 21 + +- Support for internet explorer 11 +- Fix a bug: events order in public list +- Corrected typos in documentation (#96) + ## v2.6.1 2017 December 14 - Updated Portuguese translations (#91) diff --git a/README.md b/README.md index 21b41f4d7..5da93166d 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ This procedure is not easy to follow so if you don't need to write some code for ```bash rake db:create rake db:migrate - ADMIN_EMAIL=youradminemail ADMIN_PASSWORD=youradminpassword rake db:seed + ADMIN_EMAIL='youradminemail' ADMIN_PASSWORD='youradminpassword' rake db:seed ``` 9. Create the pids folder used by Sidekiq. If you want to use a different location, you can configure it in `config/sidekiq.yml` diff --git a/docker/README.md b/docker/README.md index 1e1a340fd..711546627 100644 --- a/docker/README.md +++ b/docker/README.md @@ -307,7 +307,7 @@ sudo systemctl list-timers ### Example of command passing env variables -docker-compose run --rm -e ADMIN_EMAIL=xxx ADMIN_PASSWORD=xxx fabmanager bundle exec rake db:seed +docker-compose run --rm -e ADMIN_EMAIL=xxx -e ADMIN_PASSWORD=xxx fabmanager bundle exec rake db:seed ## Update Fab-manager