Commit 5a29d3b9d15faf1f6fa2c8ce7ae3ffd958d8eabc

Authored by Stephen Crosby
2 parents 1573bdaa 170ecf97
Exists in master and in 1 other branch production

Merge pull request #844 from dmishh/patch-1

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
... ...