Skip to content

Commit

Permalink
Merge pull request #198 from ttrmw/ensure-parity-with-capistrano-rail…
Browse files Browse the repository at this point in the history
…s-requires

swap requires in flow docs
  • Loading branch information
mattbrictson committed Aug 24, 2016
2 parents 248fa69 + 75d3918 commit 2850048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/getting-started/flow/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Assume you require the following files in `Capfile`,
require 'capistrano/setup'
require 'capistrano/deploy'
require 'capistrano/bundler'
require 'capistrano/rails/migrations'
require 'capistrano/rails/assets'
require 'capistrano/rails/migrations'
```

When you run `cap production deploy`, it runs these tasks:
Expand Down

0 comments on commit 2850048

Please sign in to comment.