Skip to content

Commit

Permalink
Update description of migrate alias
Browse files Browse the repository at this point in the history
Update the README description of the `migrate` alias to match the actual alias
  • Loading branch information
jsilasbailey authored and geoffharcourt committed Oct 11, 2019
1 parent 3001fd3 commit e38b069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Shell aliases and scripts:

* `b` for `bundle`.
* `g` with no arguments is `git status` and with arguments acts like `git`.
* `migrate` for `rake db:migrate && rake db:rollback && rake db:migrate`.
* `migrate` for `rake db:migrate db:rollback && rake db:migrate db:test:prepare`.
* `mcd` to make a directory and change into it.
* `replace foo bar **/*.rb` to find and replace within a given list of files.
* `tat` to attach to tmux session named the same as the current directory.
Expand Down

0 comments on commit e38b069

Please sign in to comment.