Skip to content

Commit 608ea86

Browse files
committed
[docs] Update DB reset command
[close #101]
1 parent 1758b0d commit 608ea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ end
8383
First, you'll need to build the test database.
8484

8585
```elixir
86-
MIX_ENV=test mix db.reset
86+
MIX_ENV=test mix ecto.reset
8787
```
8888

8989
This task assumes you have postgres installed and that the `postgres` user can create / drop databases. If you'd prefer to use a different user, you can specify it with the environment variable `SCRIVENER_ECTO_DB_USER`.

0 commit comments

Comments
 (0)