Commit 170ecf975c45eba3d71f65923bcdd9486c7fc822

Authored by Dmitriy Scherbina
1 parent 1573bdaa
Exists in master and in 1 other branch production

Fixed capistrano deployment docs

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
docs/deployment/capistrano.md
... ... @@ -21,9 +21,9 @@ $EDITOR config/deploy/production.rb
21 21 # Check to make sure configs exist
22 22 bundle exec cap production deploy:check
23 23  
24   -# Create the configs yourself, or run errbit:setup_configs to upload the
  24 +# Create the configs yourself, or run errbit:setup to upload the
25 25 # defaults
26   -bundle exec cap production errbit:setup_configs
  26 +bundle exec cap production errbit:setup
27 27  
28 28 # Deploy
29 29 bundle exec cap production deploy
... ...